Eulergraph
    Preparing search index...

    Type Alias AnimationAction

    type AnimationAction = {
        do: () => void;
        target: string;
    }
    Index

    Properties

    Properties

    do: () => void
    target: string