not needed, as flip already uses fade now in the "in" transition.

This commit is contained in:
scottjehl 2012-01-04 17:43:35 +07:00
parent 86e059465a
commit 76664aebc1

View file

@ -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); }