README
Artichaut
Un mini framework css et js
Documentation
Éléments obligatoires
- artichaut.css
- artichaut-tools-function.js
- artichaut.js
Animation
Dépendance : artichaut.js, artichaut-animation.css
- data-anim="" : l'animation choisie
- data-reverse="" : l'animation de fin
- data-target="" : cible de l'animation
Exemple
<button data-anim="fadeIn" data-reverse="fadeOut" data-target="animFade">Lien vers une animation</button>