@byomakase/omakase-player
    Preparing search index...

    Class LabelLane

    Hierarchy

    Index

    Constructors

    Accessors

    Methods

    • 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.

      Parameters

      Returns void

    • Collapses 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.

      Parameters

      Returns void

    • Toggles 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.

      Parameters

      Returns void