avocado-old/packages/timing/index.js

11 lines
301 B
JavaScript

export {Animation} from './animation';
export {AnimationView} from './animation-view';
export {
cancelAnimationFrame,
clearAnimation,
requestAnimationFrame,
setAnimation,
} from './animation-frame';
export {Ticker} from './ticker';
export {TimedIndexMixin as TimedIndex} from './timed-index';