TimedAnimation.duration

Set duration property.

  1. uint duration [@property getter]
  2. uint duration [@property setter]
    class TimedAnimation
    @property
    void
    duration
    (
    uint propval
    )

Parameters

propval uint

Duration of the animation, in milliseconds.

Describes how much time the animation will take.

If the animation repeats more than once, describes the duration of one iteration.