avocado-old/packages/timing/index.js

10 lines
253 B
JavaScript
Raw Normal View History

2019-03-19 18:05:42 -05:00
export {Animation} from './animation';
2019-03-28 12:36:49 -05:00
export {
cancelAnimationFrame,
clearAnimation,
requestAnimationFrame,
setAnimation,
} from './animation-frame';
2019-03-19 18:05:42 -05:00
export {Ticker} from './ticker';
export {TimedIndexMixin as TimedIndex} from './timed-index';