| 1 | import { createAnimationController } from '../../src/core/createAnimationController'; |
| 2 | import { easeCubicOut, easeLinear } from '../../src/utils/easing'; |
| 3 | |
| 4 | // TypeScript-only acceptance checks for Story 5.15 Animation Controller. |
nothing calls this directly
no test coverage detected