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]
    struct Animation
    @nogc nothrow @property
    double
    length
    ()
  2. double length [@property setter]

Meta