28+ Unique CSS Animations Code
Contents
28 unique animation styles, customizable easing functions, adjustable delays, and the option for infinite looping, this tool is perfect for anyone looking to add animations effortlessly to their projects. Best of all, it instantly generates the CSS code for you.
Bounce Flash, Fade, Zoom, Flash, Pulse, Rotate, Shake and more Animations.
How It Works
- Choose an Animation Style: Select from 28 pre-made animation options that are ready to use.
- Select an Easing Function: Pick the easing style that best matches the tone of your animation.
- Adjust Timing & Delay: Set the duration, delay, and overall timing to fine-tune how your animation behaves.
- Enable Infinite Looping: Toggle the infinite loop option to make your animation repeat endlessly if needed.
- Generate Code Instantly: The CSS code for your selected options will be generated on the spot, ready to copy and paste into your project.
Our tool includes a live preview feature that allows you to see the effects of your selected animations in real-time. As you adjust the settings, the preview updates instantly, giving you immediate feedback on how the animation will look. This feature makes it easy to experiment with different styles and timing before finalizing your animation.
Instant Code Output
No need to manually write CSS code. Once you have customized your animation, the tool automatically generates the CSS code for you. Simply copy and paste the generated code into your website style-sheet.
Generated CSS Rotate Code:
.text-style {
font-size: 25px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
.animation-bounce {
animation-name: bounce;
animation-duration: 1s;
animation-fill-mode: both;
animation-iteration-count: infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0) }
40% {transform: translateY(-30px) }
60% {transform: translateY(-15px) }
} Click the button below try it yourself edit preview real-time
Example Use Cases
- Button Hover Effects: Add subtle hover animations to your buttons for an interactive user experience.
- Loading Spinners: Create looping animations for loading indicators that keep users engaged while content loads.
- Text Reveal Effects: Use animations to reveal text in a stylish way, perfect for hero sections or landing pages.
28 Animation Names
- Bounce
- Boing
- Bomb
- Fade
- Flash
- Flip
- Foolish
- Hinge
- Hole
- Light
- Pulse
- Rotate
- Roll
- Shake
- Swing
- Tada
- Wiggle
- Wobble
- Rubber
- Jello
- Magic
- Twister
- Puff
- Vanish
- Space
- Perspective
- Swash
- Zoom
Related: