avocado-old/packages/timing/index.js
2019-03-28 12:36:57 -05:00

10 lines
253 B
JavaScript

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