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

    Class ScrubberLane

    Hierarchy

    Implements

    • ScrubberLaneApi
    Index

    Constructors

    Properties

    onClick$: Subject<ClickEvent> = ...

    Fires on click

    onMouseEnter$: Subject<MouseEnterEvent> = ...

    Fires on mouse enter

    onMouseLeave$: Subject<MouseLeaveEvent> = ...

    Fires on mouse leave

    onMouseMove$: Subject<MouseMoveEvent> = ...

    Fires on mouse move

    onMouseOut$: Subject<MouseOutEvent> = ...

    Fires on mouse out

    onMouseOver$: Subject<MouseOverEvent> = ...

    Fires on mouse over

    Accessors

    Methods

    • Returns boolean

      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.

      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

    • Parameters

      • style: Partial<S>

      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