Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 512 Bytes

Artichaut

Un mini framework css et js

démo en ligne

##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>