mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
not needed, as flip already uses fade now in the "in" transition.
This commit is contained in:
parent
86e059465a
commit
76664aebc1
1 changed files with 0 additions and 10 deletions
|
|
@ -282,16 +282,6 @@ Built by David Kaneda and maintained by Jonathan Stark.
|
|||
-moz-animation-name: fadeout;
|
||||
}
|
||||
|
||||
.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;
|
||||
-moz-animation-name: fadein;
|
||||
}
|
||||
|
||||
|
||||
@-webkit-keyframes flipinfromright {
|
||||
from { -webkit-transform: rotateY(-180deg) scale(.8); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue