Dev Kit
Developer
Visual Design
File & Document
Encoding/Decoding
Text Manipulation
Toggle navigation menu
CSS Animation Generator
Create and customize CSS animations.
Animation
Duration (s)
1.00s
Delay (s)
0.00s
Iteration Count
Timing Function
Direction
normal
reverse
alternate
alternate-reverse
Fill Mode
none
forwards
backwards
both
Generated CSS
.fadeIn { animation: fadeIn 1s ease 0s 1 normal forwards; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }