Skip to content

Commit ffdbca7

Browse files
committed
update readme
1 parent 9403fdd commit ffdbca7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ Here's a rundown of what should happen (it's more complex than it appears at fir
3737

3838
2. 🥈 **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—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.

0 commit comments

Comments
 (0)