artichaut

Mini framework css

Usage no npm install needed!

<script type="module">
  import artichaut from 'https://cdn.skypack.dev/artichaut';
</script>

README

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>