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

    Interface VideoTileAnimationConfig

    Animation configuration for LocalVideoTile effects.

    const customAnimation: AnimationConfig = {
    duration: '2s',
    easing: 'ease-in-out'
    };
    interface VideoTileAnimationConfig {
        duration: string;
        easing: string;
    }
    Index

    Properties

    Properties

    duration: string

    Duration of the animation (CSS value, e.g., '1.5s', '500ms')

    easing: string

    Easing function for the animation (CSS value, e.g., 'ease-in-out', 'linear')