Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

out transition does not ease

.button {
    transition: all 0.35s ease-in-out;   /* Hover off */
}
.button:hover {
    transition: all 1s ease-in;         /* On hover */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #transition #ease
ADD COMMENT
Topic
Name
8+3 =