update animations

This commit is contained in:
Matias Alejo Garcia 2015-05-13 11:29:36 -03:00
parent ffcd4b98ac
commit c59484bbb4
1 changed files with 2 additions and 2 deletions

View File

@ -404,12 +404,12 @@ to prevent collapsing during animation*/
left: 0;
right: 0;
animation-timing-function: linear;
animation-timing-function: ease-in-out;
animation-duration: .3s;
animation-iteration-count: 1;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-duration: .3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-fill-mode: both;