@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
15 lines • 571 B
TypeScript
import type { AnimationState } from "./types";
export declare const useAnimations: () => {
animationState: AnimationState;
triggerPauseAnimation: () => void;
triggerErrorAnimation: () => void;
clearErrorAnimation: () => void;
startPulsatingAnimation: (onComplete?: () => void) => void;
stopPulsatingAnimation: () => void;
startIdleAnimations: () => void;
stopIdleAnimations: () => void;
triggerFadeTransition: () => void;
setInitialAnimationState: () => void;
cleanup: () => void;
};
//# sourceMappingURL=useAnimations.d.ts.map