CSS Animation Generator
Visual CSS animation builder with 17 presets, keyframe editor, cubic-bezier curve editor, and live preview.
CSS Animation Generator
Build keyframe animations visually, preview in real-time, and export production-ready CSS.
Animation Presets
Live Preview
Keyframe Timeline
Generated CSS
@keyframes bounce { 0% { } 20% { transform: translateY(-30px); } 40% { transform: scale(1, 0.9); } 60% { transform: translateY(-15px); } 80% { transform: scale(1, 0.95); } 100% { } } .animated-element { animation-name: bounce; animation-duration: 1s; animation-timing-function: ease; animation-delay: 0s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: both; }
Shorthand
animation: bounce 1s ease 0s infinite normal both;CSS Animation Generator कसरी प्रयोग गर्ने
- 1
Choose an animation preset or start custom.
- 2
Adjust duration, timing, delay, and other properties.
- 3
Edit keyframes on the visual timeline.
- 4
Preview the animation with play/pause/restart controls.
- 5
Copy the generated CSS code.
CSS Animation Generator बारेमा
Build CSS animations visually with our comprehensive CSS Animation Generator. Choose from 17 presets (Bounce, Fade, Slide, Spin, Pulse, Shake, Flip, and more) or build custom animations from scratch.
Features a visual keyframe editor with timeline, per-keyframe property controls (transform, opacity, filters), and a cubic-bezier curve editor with draggable control points. Live preview uses actual CSS animations — what you see is exactly what your CSS will produce.
Copy the generated CSS code with syntax highlighting. Adjust speed, play/pause/restart, and preview on different element shapes.