SolalDR/animate

View on GitHub
src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Timeline } from './Timeline'

export { Animation } from './Animation'
export { Easing } from './Easing'
export { Timeline }
export default new Timeline()