Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

    This represents custom typesafe animations

    interface CustomAnimation {
        getProgress(): number;
        isFinished(): boolean;
        update(deltaSeconds: number): void;
    }

    Implemented by

    Index

    Methods