Interface TimelineEnable

Hierarchy

  • TimelineEnable

Properties

duration?: Expression

(Optional) The duration of an object

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

repeating?: Expression

(Optional) Makes the object repeat with given interval

start?: Expression

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

while?: Expression

(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