mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
hard-set opacity for "out" to prevent blinks
This commit is contained in:
parent
f5dd6fb8ea
commit
0bfacce751
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ Built by David Kaneda and maintained by Jonathan Stark.
|
|||
|
||||
.fade.out {
|
||||
z-index: 0;
|
||||
opacity: 0;
|
||||
-webkit-animation-name: fadeout;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue