webkit transition

master
Tomek Dubrownik 2012-04-24 07:37:31 +02:00
parent 2b7b497635
commit 7752a8b4a2
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ header {
-moz-transition-property: all;
-moz-transition-duration: 0.15s;
-moz-transition-timing-function: ease-out;
-webkit-transition: all 0.15s ease-out;
}
#header-menu a:hover {