Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #slow #hover #effect #css
ADD COMMENT
Topic
Name
8+7 =