AnimationPlayer.playbackSpeed

The speed scaling ratio. For instance, if this value is 1, then the animation plays at normal speed. If it's 0.5, then it plays at half speed. If it's 2, then it plays at double speed.

  1. double playbackSpeed [@property getter]
    struct AnimationPlayer
    @nogc nothrow @property
    double
    playbackSpeed
    ()
  2. double playbackSpeed [@property setter]

Meta