-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Gallery of third party React Motion demos
limonatasuyu edited this page May 19, 2022
·
30 revisions
Feel free to add yours! Would be nice to show a live demo and not just a Github link =).
- react-poker Animate dealing a poker game with springs.
- react-router-transition Wrapper for using React-motion with React-router.
- react-collapse Wrapper for collapse animation for elements with variable and dynamic height. Supports nesting.
- react-motion-ui-pack Wrapper component around React Motion for easier UI transitions
- react-motion-example Using TransitionSpring
- Kabuki-Motion Boilerplate for Web Animators
- react-motion-menu Motion menu component powered by React Motion.
- react-sortable-pane Sortable and resizable pane component for React.
- react-draggable-list React component for a list of draggable collapsible items.
- react-smooth-draggable-list another draggable list
- react-motion-drawer Drawer menu component powered by React Motion.
- 3D/VR camera animations Using react-motion and a-frame to animate the camera position Source
- data-driven-motion Small wrapper that attempts to simplify the api of TransitionMotion
- modal-example-using-portals A modal example using new react16 portals, animated with react-motion
- solar system using react-motion to visualize planetary orbit
-
Manta. Use
react-motion
for various animations in the app. - react-router-motion-demo Animating React route changes using React Motion. live demo
- Functions as Child Components This is a very helpful video to understand the pattern React-Motion uses. From cassiozen