mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 01:24:41 +00:00
z index not needed
This commit is contained in:
parent
f6ec2436b7
commit
11848a6829
1 changed files with 0 additions and 2 deletions
|
|
@ -81,7 +81,6 @@
|
|||
/* for non-3d supporting browsers, fallback to fade */
|
||||
.ui-unsupported-csstransform3d .flip.out,
|
||||
.ui-unsupported-csstransform3d .flip.out.reverse {
|
||||
z-index: 0;
|
||||
opacity: 0;
|
||||
-webkit-animation-duration: 150ms;
|
||||
-webkit-animation-name: fadeout;
|
||||
|
|
@ -92,7 +91,6 @@
|
|||
.ui-unsupported-csstransform3d .flip.in,
|
||||
.ui-unsupported-csstransform3d .flip.in.reverse {
|
||||
opacity: 1;
|
||||
z-index: 10;
|
||||
-webkit-animation-duration: 300ms;
|
||||
-webkit-animation-name: fadein;
|
||||
-moz-animation-duration: 300ms;
|
||||
|
|
|
|||
Loading…
Reference in a new issue