timeOffset property

double? timeOffset
getter/setter pair

Additional offset in active local time. i.e. to convert from parent time tp to active local time t: t = (tp - begin) * speed + offset. One use of this is to "pause" a layer by setting speed' to zero and offset' to a suitable value. Defaults to 0. */

Implementation

double? timeOffset;