Tool-Shack
    Preparing search index...

    Interface IAnimationControls

    interface IAnimationControls {
        startAnimation: () => void;
        stopAnimation: () => void;
    }
    Index
    startAnimation: () => void
    stopAnimation: () => void