AnimationControllerProvider
Allows overriding the default AnimationController that Recharts uses internally to drive animations. The default one uses requestAnimationFrame-based TimeoutController, and ticks through the animations as time moves forward. Why would you want to use this? Several reasons: If you don't use this provider then all charts use the default requestAnimationFrame and default animation logic. If you use this component then all charts inside use your custom animationController. Available since Recharts 3.9@recharts/devtools does this, it's available on https://recharts.github.io too)