clumsy-graphics
Version:
a tool for rapidly developing animations where frames are described using svg elements à la react 🙃
4 lines (3 loc) • 380 B
TypeScript
import { AnimationDevelopmentAction } from './models/AnimationDevelopmentAction';
import { AnimationDevelopmentState } from './models/AnimationDevelopmentState';
export declare function animationDevelopmentStateReducer(currentAnimationDevelopmentState: AnimationDevelopmentState | undefined, someAnimationDevelopmentAction: AnimationDevelopmentAction): AnimationDevelopmentState;