Changeset 3957
- Timestamp:
- 11/27/07 23:47:32 (10 months ago)
- Files:
-
- 1 modified
-
trunk/fx/experimental/fx.fade.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/fx/experimental/fx.fade.js
r3956 r3957 22 22 el.animate(animation, o.speed, o.options.easing, function() { 23 23 if(mode == 'hide') el.hide(); // Hide 24 if(mode != 'effect') $.ec.restore(el, props); // Restore24 if(mode == 'hide') $.ec.restore(el, props); // Restore 25 25 if(o.callback) o.callback.apply(this, arguments); // Callback 26 26 });
