Specifications
614
Timeline functions
Timeline functions act on timelines. They add, remove, and change objects in a timeline;
add behaviors, frames, and keyframes to a timeline; specify whether the timeline should play
and loop automatically; and more. All the functions in this section are methods of the
dreamweaver.timelineInspector object because they affect the contents of the
Timelines panel.
dreamweaver.timelineInspector.addBehavior()
Availability
Dreamweaver 3
Description
Opens the Behaviors panel and automatically supplies the correct onFrameN event (where N is the
frame that is marked by the playback head) when the user chooses an action and clicks OK.
Arguments
None.
Returns
Nothing.
dreamweaver.timelineInspector.addFrame()
Availability
Dreamweaver 3
Description
Adds a frame to the current timeline at the frame that contains the playback head.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.timelineInspector.canAddFrame()” on page 430
dreamweaver.timelineInspector.addKeyframe()
Availability
Dreamweaver 3
Description
Adds a keyframe to the selected animation bar at the frame that contains the playback head.
Arguments
None.
Returns
Nothing.