Tween.playbackSpeed

The tween's speed multiplier. For example, set it to 1.0 for normal speed, 2.0 for two times normal speed, or 0.5 for half of the normal speed. A value of 0 pauses the animation, but see also setActive or stopAll for this.

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

Meta