Skip to content

Commit 878088f

Browse files
committed
correct license info
1 parent 45a3184 commit 878088f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Spend as little time as possible learning a library's API and trying to implemen
2323
1. **react-transition-group & animejs**
2424

2525
* Using react-transition-group and a JavaScript animation library ended up being one of my favorite techniques, because it offered the flexibility to make custom, sequenced transitions.
26-
* Animejs is lightweight and open source, and I find the imperative API more intuitive than the typical React approach for complex sequenced animations.
26+
* Animejs is lightweight and open source, and I find the imperative API more intuitive than the typical React approach for multiple complex animations.
2727
* [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)
2828
* [the code](https://github.com/aholachek/react-animation-comparison/blob/master/src/react-transition-group-anime-example.js)
2929
* [React transition group docs](http://reactcommunity.org/react-transition-group/)
3030
* [Anime docs](https://github.com/juliangarnier/anime)
3131

3232
2. **react-transition-group & gsap**
3333

34-
* Basically the same as the animejs example, just with the animation library swapped out. GSAP is not open source and it's older and heavier than animejs, but it's battle-tested and powerful.
34+
* Basically the same as the animejs example, just with the animation library swapped out. GSAP has a less permissive license and it's older and heavier than animejs, but it's battle-tested and powerful.
3535
* [my animation attempt](https://alex.holachek.com/react-animation-comparison/?selectedKind=Animation%20Examples&selectedStory=React-Transition-Group%20%2B%20GSAP&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel)
3636
* [the code](https://github.com/aholachek/react-animation-comparison/blob/master/src/react-transition-group-gsap-example.js)
3737
* [React transition group docs](http://reactcommunity.org/react-transition-group/)

0 commit comments

Comments
 (0)