Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
/* Full shorthand: property duration timing delay */ .box { transition: transform 0.3s ease-out 0s; } /* Multiple transitions */ .card { transition: transform 0.3s ease, box-shadow 0.2s ease-out, opacity 0.4s linear; }
Result
Open