mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
z-index no longer required during transitions
This commit is contained in:
parent
9f3c58caf6
commit
c71ae9da12
1 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@
|
|||
}
|
||||
|
||||
.fade.out {
|
||||
z-index: 0;
|
||||
opacity: 0;
|
||||
-webkit-animation-duration: 125ms;
|
||||
-webkit-animation-name: fadeout;
|
||||
|
|
@ -29,7 +28,6 @@
|
|||
|
||||
.fade.in {
|
||||
opacity: 1;
|
||||
z-index: 10;
|
||||
-webkit-animation-duration: 225ms;
|
||||
-webkit-animation-name: fadein;
|
||||
-moz-animation-duration: 225ms;
|
||||
|
|
|
|||
Loading…
Reference in a new issue