mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 17:30:31 +00:00
12 lines
No EOL
330 B
CSS
12 lines
No EOL
330 B
CSS
.in {
|
|
-webkit-animation-timing-function: ease-out;
|
|
-webkit-animation-duration: 325ms;
|
|
-moz-animation-timing-function: ease-out;
|
|
-moz-animation-duration: 325ms;
|
|
}
|
|
.out {
|
|
-webkit-animation-timing-function: ease-in;
|
|
-webkit-animation-duration: 250ms;
|
|
-moz-animation-timing-function: ease-in;
|
|
-moz-animation-duration: 250ms;
|
|
} |