export { Interpolation } from './utils/interpolation'; export { scale, scaleFunc } from './utils/scale'; export { AnimationPlayer } from './animation-player'; export { AnimationPlayerTimeline } from './animation-player-timeline'; export { AnimationPlayerElement } from './animation-player-element';