From 5bf6728a6565fa2adef4bdd1f288812e25d2d738 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 5 Jan 2012 14:14:58 +0700 Subject: [PATCH] removed or moved opacity rules for simpler cascade --- css/structure/jquery.mobile.transitions.pop.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/structure/jquery.mobile.transitions.pop.css b/css/structure/jquery.mobile.transitions.pop.css index 7f050ca4..fc3c3f98 100644 --- a/css/structure/jquery.mobile.transitions.pop.css +++ b/css/structure/jquery.mobile.transitions.pop.css @@ -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; }