Contains timing-related details about the timeline. Returned by AnimTimeline.getTiming.

interface AnimTimelineTiming {
    playbackRate: number;
}

Properties

Properties

playbackRate: number

The playback rate of the timeline.

  • Example: A value of 1 means 100% (the typical playback rate), and 0.5 means 50% speed.