1.0.1 • Published 9 years ago

artichaut v1.0.1

Weekly downloads
3
License
WTFPL
Repository
github
Last release
9 years ago

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>