SerenityJS
    Preparing search index...

    Interface PlayerEaseOptions

    interface PlayerEaseOptions {
        easeTime?: number;
        easeType?: EasingType;
    }
    Index

    Properties

    Properties

    easeTime?: number

    The duration of the easing effect in seconds.

    easeType?: EasingType

    The type of easing effect to apply.