Eulergraph
    Preparing search index...

    Type Alias AnimationLoop

    type AnimationLoop = {
        onEnd?: () => void;
        onEveryStep?: () => void;
        steps: AnimationStep[];
    }
    Index

    Properties

    onEnd?: () => void
    onEveryStep?: () => void
    steps: AnimationStep[]