CSS3 Transition Generator
Smooth opacity transition
Popular Presets
Fade Effect
Smooth opacity transition
Scale Effect
Resize element on hover
Rotate Effect
Rotate element on hover
Slide Effect
Move element position
Color Change
Background color transition
About Transitions
CSS transitions allow you to change property values smoothly, over a given duration.
Commonly animated properties include:
- width, height
- margin, padding
- opacity, color
- transform (scale, rotate, translate)
- background-color
Pro Tip: Use the 'All Properties' option to animate all changes.
Preview
HOVER ME
Generated Code
.element { transition-property: all; transition-duration: 300ms; transition-timing-function: ease; transition-delay: 0ms; } .element:hover { /* Hover styles will be generated here */ }
Transition Controls
300
0
Hover Effects
100%
100%
0°
0px
0px
8px
8px
Related Tools
Less to CSS Converter
Transform your Less code into CSS. Fast, easy, and secure.
Sass to CSS Converter
Transform your Sass code into CSS. Fast, easy, and secure.
Stylus to CSS Converter
Transform your SCSS code into CSS. Fast, easy, and secure.
MD4 Hash Generator
Generate MD4 hashes quickly and easily
Pantone to HSV
Convert Pantone colors to HSV values for precise color control
HEX to CMYK
Convert HEX color codes to CMYK for print applications