reflex-motion-test
Version:
Simple, elegant animations library
21 lines (20 loc) • 595 B
JavaScript
import NotificationBell from './animations/NotificationBell';
import FormInput from './animations/FormInput';
import Starburst from './animations/Starburst';
import Checkbox from './animations/Checkbox';
import SocialLineIcons from './animations/SocialLineIcons';
import Toggle from './animations/Toggle';
import PlayPause from './animations/PlayPause';
import Hamburger from './animations/Hamburger';
import TabSwitch from './animations/TabSwitch';
export default [
NotificationBell,
FormInput,
Starburst,
Checkbox,
SocialLineIcons,
Toggle,
PlayPause,
Hamburger,
TabSwitch
];