mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
flipped the default timing for in and out - they were backwards
This commit is contained in:
parent
43f113dd78
commit
d6a44fcce9
1 changed files with 4 additions and 4 deletions
|
|
@ -8,14 +8,14 @@
|
|||
|
||||
.in {
|
||||
-webkit-animation-timing-function: ease-out;
|
||||
-webkit-animation-duration: 150ms;
|
||||
-webkit-animation-duration: 300ms;
|
||||
-moz-animation-timing-function: ease-out;
|
||||
-moz-animation-duration: 150ms;
|
||||
-moz-animation-duration: 300ms;
|
||||
}
|
||||
|
||||
.out {
|
||||
-webkit-animation-timing-function: ease-in;
|
||||
-webkit-animation-duration: 300ms;
|
||||
-webkit-animation-duration: 150ms;
|
||||
-moz-animation-timing-function: ease-in;
|
||||
-moz-animation-duration: 300ms;
|
||||
-moz-animation-duration: 150ms;
|
||||
}
|
||||
Loading…
Reference in a new issue