MCPcopy
hub / github.com/spritejs/spritejs / Timeline

Interface Timeline

typings/spritejs.d.ts:89–94  ·  view source on GitHub ↗

* Custom timeline. https://github.com/spritejs/sprite-timeline

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected