* Animation options
| 10 | * Animation options |
| 11 | */ |
| 12 | interface AnimationOptions { |
| 13 | duration: number; |
| 14 | easing?: EasingFunction; |
| 15 | delay?: number; |
| 16 | loop?: boolean; |
| 17 | } |
| 18 | |
| 19 | let hasWarnedDeprecation = false; |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…