Skip to content

Commit eafba38

Browse files
committed
ajout tuto Grafikart
1 parent 861b9f8 commit eafba38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

45-animation.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Animation
4-
permalink: /js/animation/
4+
permalink: animation.html
55
---
66

77
Techniques d'animation en Javascript
@@ -12,9 +12,10 @@ Par "Block Reveal Effects" (ou "Element Reveal Animations"), on désigne des ani
1212

1313
Articles décrivant ces techniques:
1414

15-
* [Block Reveal Effects](https://tympanus.net/codrops/2016/12/21/block-reveal-effects/), décembre 2016
16-
* [How to create fancy revealing animations with these simple CSS tricks](https://hackernoon.com/how-to-create-fancy-revealing-animations-with-these-simple-css-tricks-5b34614ae69a), par Carlos Roso, août 2017
17-
* [Creating Reveal Effects on Scroll](https://dev.to/kathykato/creating-reveal-effects-on-scroll-31o6), par Katherine Kato, février 2019
15+
* [Tutoriel ScrollSpy](https://grafikart.fr/tutoriels/scrollspy-js-page-491), sur Grafikart.fr (2019). Propose une technique en pur JavaScript, utilisant l'IntersectionObserver.
16+
* [Block Reveal Effects](https://tympanus.net/codrops/2016/12/21/block-reveal-effects/), par Mary Lou (décembre 2016). Utilise les bibliothèques Anime.js et scrollMonitor.
17+
* [How to create fancy revealing animations with these simple CSS tricks](https://hackernoon.com/how-to-create-fancy-revealing-animations-with-these-simple-css-tricks-5b34614ae69a), par Carlos Roso (août 2017).
18+
* [Creating Reveal Effects on Scroll](https://dev.to/kathykato/creating-reveal-effects-on-scroll-31o6), par Katherine Kato (février 2019). Utilise la bibliothèque AOS.
1819

1920
Quelques bibliothèques Javascript pouvant aider à créer ces effets:
2021

0 commit comments

Comments
 (0)