Function Animation.length

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

double length() nothrow @property @nogc;

void length (
  double v
) nothrow @property @nogc;