PixiDom - v1.0.0
    Preparing search index...

    Type Alias AnimationOptions

    Configuration options for component animations.

    type AnimationOptions = {
        duration: number;
        exclude?: string[];
        type: AnimationType;
    }
    Index

    Properties

    duration: number

    Duration of the animation in milliseconds

    exclude?: string[]

    Array of animation aspects to exclude

    The easing function type to use