Hiyve Components - v1.0.0
    Preparing search index...

    Interface AutoHideConfig

    Configuration for the auto-hide animation.

    Controls how the ControlBar animates when hiding/showing due to inactivity.

    const autoHide: AutoHideConfig = {
    animationDuration: 500,
    animationEasing: 'ease-out',
    };
    interface AutoHideConfig {
        animationDuration: number;
        animationEasing: string;
    }
    Index

    Properties

    animationDuration: number

    Duration of the hide/show animation in milliseconds

    animationEasing: string

    CSS easing function for the animation