@moxijs/core - v0.3.4
    Preparing search index...

    Class FallingSquaresAnimation

    Default loading animation - colorful squares falling above the loading text.

    // Use with custom options
    const animation = new FallingSquaresAnimation({
    squareSize: 16,
    maxParticles: 50,
    palette: [0xff0000, 0x00ff00, 0x0000ff]
    });

    const { loadingScene } = await setupMoxi({
    showLoadingScene: true,
    loadingSceneOptions: { animation }
    });

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods