Skip to content

Commit a86907d

Browse files
committed
ajout de librairies cool
1 parent 186fbb0 commit a86907d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

45-animation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Quelques bibliothèques Javascript pouvant aider à créer ces effets:
2020

2121
Pour aider à détecter le "scroll":
2222

23+
* [Locomotive Scroll](https://locomotivemtl.github.io/locomotive-scroll/), licence MIT.
2324
* [AOS (Animate On Scroll)](https://github.com/michalsnik/aos) (premier release en 2015, dernier en 2018), licence MIT.
2425
* [WOW.js](https://wowjs.uk/) (premier release en 2013, dernier en 2016), licence MIT.
2526
* [scrollMonitor](https://github.com/stutrek/scrollMonitor) (premier release en 2013, dernier en 2017), licence MIT.
@@ -31,6 +32,9 @@ Pour les animations:
3132
* [Typed.js](https://github.com/mattboldt/typed.js) - animation typographique
3233
* [Velocity.js](http://velocityjs.org/) - inactif depuis 2018
3334

35+
Pour un effect Parallax:
36+
* [Rellax.js](https://dixonandmoe.com/rellax/)
37+
3438
Certains "front-end frameworks" proposent des effets de "Block Reveal":
3539
* [CodyHouse Framework](https://codyhouse.co/ds/components/info/reveal-effects)
3640

@@ -40,3 +44,6 @@ Exemples de transitions visuelles:
4044

4145
* [Transitions](https://www.awwwards.com/awwwards/collections/transitions/), une collection du site wwwwards
4246

47+
## Effets 3D
48+
49+
* [curtains.js](https://www.curtainsjs.com/)

0 commit comments

Comments
 (0)