simple-visual-novel
    Preparing search index...

    Interface FadeOptions

    Options for configuring fade effects.

    FadeOptions

    interface FadeOptions {
        duration?: number;
        onComplete?: () => void;
    }
    Index

    Properties

    duration?: number

    Animation duration in milliseconds.

    onComplete?: () => void

    Callback function invoked when the animation completes (either naturally or when cancelled).