Adds new timeline node to timeline lane
Clears Timeline lane content
Returns a shallow copy of all tracks currently added to this lane, in insertion order.
is timeline lane minimized
Expands the lane back to its configured height.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes (immediately for non-eased, after the animation
for eased). Subscribe to args.complete after calling this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgsCollapses the lane to zero height.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes (immediately for non-eased, after the animation
for eased). Subscribe to args.complete after calling this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgsToggles between minimized and maximized states.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes. Subscribe to args.complete after calling
this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgs
Marks a timeline lane that manages multiple tracks. Use this type when you need to accept any multi-track lane without caring about its concrete type.