mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 11:24:42 +00:00
fixed up the pop out transition for outin handler
This commit is contained in:
parent
3c3448d553
commit
1e7e65a6b8
1 changed files with 10 additions and 2 deletions
|
|
@ -344,10 +344,18 @@ Built by David Kaneda and maintained by Jonathan Stark.
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
.pop.out {
|
||||
z-index: 0;
|
||||
-webkit-animation-name: fadeout;
|
||||
-moz-animation-name: fadeout;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.pop.in.reverse {
|
||||
z-index: 0;
|
||||
-webkit-animation-name: dontmove;
|
||||
-moz-animation-name: dontmove;
|
||||
-webkit-animation-name: fadein;
|
||||
-moz-animation-name: fadein;
|
||||
}
|
||||
|
||||
.pop.out.reverse {
|
||||
|
|
|
|||
Loading…
Reference in a new issue