Animation.length

The total length of the animation (in seconds). Note that length is not delimited by the last key, as this one may be before or after the end to ensure correct interpolation and looping.

  1. double length [@property getter]
  2. double length [@property setter]
    struct Animation
    @nogc nothrow @property
    void
    length
    (
    double v
    )

Meta