source: node_modules/recharts/es6/animation/createDefaultAnimationManager.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 265 bytes
Line 
1import { createAnimateManager } from './AnimationManager';
2import { RequestAnimationFrameTimeoutController } from './timeoutController';
3export function createDefaultAnimationManager() {
4 return createAnimateManager(new RequestAnimationFrameTimeoutController());
5}
Note: See TracBrowser for help on using the repository browser.