7bccb841a4a5e6d1116b26e75486e1a04fdefc8e
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / css / structure / jquery.mobile.transition.css
1 /* Transitions originally inspired by those from jQtouch, nice work, folks */
2 .ui-mobile-viewport-transitioning,
3 .ui-mobile-viewport-transitioning .ui-page {
4         width: 100%;
5         height: 100%;
6         overflow: hidden;
7 }
8
9 .in {
10         -webkit-animation-timing-function: ease-out;
11         -webkit-animation-duration: 350ms;
12         -moz-animation-timing-function: ease-out;
13         -moz-animation-duration: 350ms;
14 }
15
16 .out {
17         -webkit-animation-timing-function: ease-in;
18         -webkit-animation-duration: 225ms;
19         -moz-animation-timing-function: ease-in;
20         -moz-animation-duration: 225;
21 }