Answers for "how to slow down hover effect css"

CSS
0

how to slow down hover effect css

-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
Posted by: Guest on August-29-2020

Browse Popular Code Answers by Language