File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ Here's a rundown of what should happen (it's more complex than it appears at fir
3737
38382 . 🥈 ** framer-motion**
3939 - Of all the react-specific animation libraries, I found this one to have the most intuitive and powerful API.
40- - [ my animation attempt] ( https://alex.holachek.com/react-animation-comparison/?selectedKind=Animation%20Examples&selectedStory=React-Transition-Group%20%2B%20animejs&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel )
40+ - I do wish it was possible to minimize the wait time between the parent and child animations.
41+ - [ my animation attempt] ( https://alex.holachek.com/react-animation-comparison/?path=/story/animation-examples--framer-motion )
4142- [ my code] ( https://github.com/aholachek/react-animation-comparison/blob/master/src/framer-motion-example.js )
4243- [ Framer motion docs] ( https://www.framer.com/api/motion/ )
4344
44- 3 . 🥉 ** react-spring**
45+ 1 . 🥉 ** react-spring**
4546
4647- The library's use of the hooks API is very concise and expressive&mdash ; it took only about 70 lines of code to implement the example!
4748- The library is in active development and supports a wide variety of use cases.
You can’t perform that action at this time.
0 commit comments