mickeyf.docs
    Preparing search index...

    Constructor type for FractalAnimation implementations.

    interface FractalAnimationConstructor<C> {
        new FractalAnimationConstructor(
            centerX: number,
            centerY: number,
            initialConfig?: C,
        ): FractalAnimation<C>;
        backgroundColor: string;
        disposalSeconds: number;
    }

    Type Parameters

    • C
    Index

    Constructors

    Properties

    backgroundColor: string

    Background color used by the host to theme the PIXI renderer for this animation.

    disposalSeconds: number

    Disposal transition duration, in seconds.