fixed up the pop out transition for outin handler

This commit is contained in:
scottjehl 2012-01-02 23:27:44 +07:00
parent 3c3448d553
commit 1e7e65a6b8

View file

@ -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 {