ToolPal

Générateur d'animations CSS

Générez des animations CSS @keyframes avec prévisualisation en direct et paramètres de timing, durée et easing personnalisables.

Paramètres d'animation

Aperçu en direct

CSS @keyframes

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

Classe d'animation CSS

.animated {
  animation: fadeIn 1s ease 0s 1 normal forwards;
}

Comment utiliser

Générez des animations CSS @keyframes avec prévisualisation en direct et paramètres de timing, durée et easing personnalisables.

  1. 1Select an animation type from the dropdown (fade, slide, bounce, spin, etc.).
  2. 2Adjust duration, timing function, iterations, delay, and fill mode.
  3. 3Click 'Play Animation' to preview the animation on the live demo box.
  4. 4Copy the @keyframes block and the animation class to use in your project.

Fonctionnalités

  • 10 animation presets with predefined keyframes
  • Controls for duration, timing, delay, iterations, and fill mode
  • Live animated preview that replays on demand
  • Outputs both @keyframes and animation shorthand CSS

Questions fréquentes

En savoir plus