Hierarchy

  • TimelineEnable

Properties

duration?: Timeline.Expression

(Optional) The duration of an object

(Optional) The end time of the object (Cannot be combined with .while or .duration)

repeating?: Timeline.Expression

(Optional) Makes the object repeat with given interval

(Optional) The start time of the object. (Cannot be combined with .while)

(Optional) Enables the object WHILE expression is true (ie sets both the start and end). (Cannot be combined with .start, .end or .duration )

Generated using TypeDoc