From 770979698e971e382c12f25c02c9c30354a4a69a Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 2 Jan 2012 23:27:44 +0700 Subject: [PATCH] fixed up the pop out transition for outin handler --- css/structure/jquery.mobile.transitions.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css/structure/jquery.mobile.transitions.css b/css/structure/jquery.mobile.transitions.css index ec503719..d0522839 100644 --- a/css/structure/jquery.mobile.transitions.css +++ b/css/structure/jquery.mobile.transitions.css @@ -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 {