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]
  2. double playbackSpeed [@property setter]
    struct AnimationPlayer
    @nogc nothrow @property
    void
    playbackSpeed
    (
    double v
    )

Meta