animate() // exécute une animation personnalisée en fonction de règles css uniquement numériques
$('a').animate({'width': '100%'},3000);
apparition, disparition
- hide() : cacher un élément
- show() : faire apparaître un élément
- toggle() : afficher ou cacher un élément
Glissement
Opacité