* Custom timeline. https://github.com/spritejs/sprite-timeline
| 87 | * Custom timeline. https://github.com/spritejs/sprite-timeline |
| 88 | */ |
| 89 | interface Timeline { |
| 90 | /** |
| 91 | * Speed up or slow down the time-lapse. If playbackRate set to negative the time go backwards. |
| 92 | */ |
| 93 | playbackRate: number; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Timing properties of an animation. |
nothing calls this directly
no outgoing calls
no test coverage detected