mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-07 16:10:58 +00:00
removed or moved opacity rules for simpler cascade
This commit is contained in:
parent
93c1efe143
commit
5bf6728a65
1 changed files with 1 additions and 5 deletions
|
|
@ -14,6 +14,7 @@
|
|||
.pop.out {
|
||||
-webkit-animation-name: fadeout;
|
||||
-moz-animation-name: fadeout;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.pop.in.reverse {
|
||||
|
|
@ -24,7 +25,6 @@
|
|||
.pop.out.reverse {
|
||||
-webkit-transform: scale(.8);
|
||||
-moz-transform: scale(.8);
|
||||
opacity: 0;
|
||||
-webkit-animation-name: popout;
|
||||
-moz-animation-name: popout;
|
||||
}
|
||||
|
|
@ -77,20 +77,16 @@
|
|||
|
||||
.ui-unsupported-csstransform3d .pop.out,
|
||||
.ui-unsupported-csstransform3d .pop.in.reverse {
|
||||
opacity: 0;
|
||||
-webkit-animation-duration: 200ms;
|
||||
-webkit-animation-name: nofade;
|
||||
}
|
||||
|
||||
.ui-unsupported-csstransform3d .pop.in {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 1;
|
||||
-webkit-animation-name: popin-basic;
|
||||
-webkit-animation-duration: 325ms;
|
||||
}
|
||||
.ui-unsupported-csstransform3d .pop.out.reverse {
|
||||
-webkit-transform: scale(0);
|
||||
opacity: 1;
|
||||
-webkit-animation-name: popout-basic;
|
||||
-webkit-animation-duration: 325ms;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue