kinetic-components
Version:
Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.
10 lines (9 loc) • 531 B
TypeScript
export { default as StyledAnimatable } from './styled_animatable';
export { default as Button } from './button';
export { default as Code } from './code';
export { default as Playground } from './playground';
export { default as VisibleToggle } from './visible_toggle';
export { default as JSCSSButtons } from './js_css_buttons';
export { default as JSCSSToggle } from './js_css_toggle';
export { default as PlaygroundInstructions } from './playground_instructions';
export { default as MoveToggle } from './move_toggle';