refactor anims

This commit is contained in:
Matias Alejo Garcia 2015-05-08 16:54:32 -03:00
commit 1c463254fa
2 changed files with 59 additions and 47 deletions

View file

@ -406,12 +406,12 @@ to prevent collapsing during animation*/
right: 0;
animation-timing-function: linear;
animation-duration: .4s;
animation-duration: 10s;
animation-iteration-count: 1;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: .4s;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: 1;
-webkit-animation-fill-mode: both;
}