We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5fcda commit 956075cCopy full SHA for 956075c
css/structure/jquery.mobile.transitions.fade.css
@@ -21,17 +21,17 @@
21
.fade.out {
22
z-index: 0;
23
opacity: 0;
24
- -webkit-animation-duration: 150ms;
+ -webkit-animation-duration: 100ms;
25
-webkit-animation-name: fadeout;
26
- -moz-animation-duration: 150ms;
+ -moz-animation-duration: 100ms;
27
-moz-animation-name: fadeout;
28
}
29
30
.fade.in {
31
opacity: 1;
32
z-index: 10;
33
- -webkit-animation-duration: 300ms;
+ -webkit-animation-duration: 225ms;
34
-webkit-animation-name: fadein;
35
- -moz-animation-duration: 300ms;
+ -moz-animation-duration: 225ms;
36
-moz-animation-name: fadein;
37
0 commit comments