mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 13:08:11 -05:00
Revert fx.show to always take opacity from 0 to current opacity value.
This commit is contained in:
@@ -485,11 +485,10 @@ jQuery.extend({
|
||||
// Remember where we started, so that we can go back to it later
|
||||
z.el.orig[prop] = this.cur();
|
||||
|
||||
var start = z.el.orig[prop];
|
||||
|
||||
// Begin the animation
|
||||
if (prop == "opacity")
|
||||
z.custom(z.el.orig[prop], 1);
|
||||
else
|
||||
z.custom(0, z.el.orig[prop]);
|
||||
z.custom(0, z.el.orig[prop]);
|
||||
|
||||
// Stupid IE, look what you made me do
|
||||
if ( prop != "opacity" )
|
||||
|
||||
Reference in New Issue
Block a user