new b5.A_ChangeTimeline(timeline, action){b5.A_ChangeTimeline}
actions/generic/animation.js, line 26
Action that changes the state of an animation timeline then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
Name | Type | Description |
---|---|---|
timeline |
string | b5.Timeline |
Path to timeline or instance of timeline to change |
action |
string |
Action to perform on the timeline (play, pause or restart) |
Returns:
Type | Description |
---|---|
b5.A_ChangeTimeline | The created action |