〰️ Générateur CSS d'Easing et Timing d'Animation
Design CSS cubic-bezier easing curves visually. Drag handles, preview animations, pick from presets like ease, ease-in-out, spring. Copy CSS free.
Drag the two bezier control points to shape your animation curve, or pick from preset easings (ease, spring, bounce). The preview animates a ball using your curve so you see exactly how it feels — then copy the cubic-bezier() value for your CSS transition or animation.
How to Use
Drag the control points
Click and drag the two colored handles on the SVG canvas to define your easing curve shape.
Preview the animation
Click Play to see a box animate using your cubic-bezier curve. Try preset buttons for common easings.
Copy the function
Click Copy to copy the cubic-bezier() value. Use it in your CSS transition or animation.
Frequently Asked Questions
Guide : Éditeur de Courbe Cubic Bezier CSS
Qu'est-ce que c'est ?
L'Éditeur Cubic Bezier permet de créer visuellement des courbes d'accélération CSS personnalisées pour les transitions et animations, au-delà des fonctions prédéfinies ease/linear.
La vitesse d'une animation est souvent aussi importante que le mouvement lui-même pour une sensation naturelle.
Comment utiliser
- Faites glisser les points de contrôle sur l'éditeur de courbe.
- Prévisualisez l'animation en temps réel.
- Comparez avec les courbes CSS prédéfinies (ease, ease-in-out…).
- Copiez la fonction
cubic-bezier(x1, y1, x2, y2).
Conseils professionnels
- Les courbes avec rebond (valeurs Y >1 ou <0) créent des effets de spring élastique.
- Utilisez des accélérations différentes pour l'entrée et la sortie pour plus de réalisme.