Changeset 410
- Timestamp:
- 08/19/08 06:44:36 (3 months ago)
- Files:
-
- 1 modified
-
aj-spoiler/trunk/js/jquery-spoiler.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aj-spoiler/trunk/js/jquery-spoiler.js
r325 r410 50 50 }, 51 51 BlindDown: function(el){ 52 return el.show('slow'); 52 return el.animate({height: "show"}, 'normal'); 53 // return el.show('slow'); 53 54 }, 54 55 BlindUp: function(el){ 55 return el.hide('slow'); 56 return el.animate({height: "hide"}, 'normal'); 57 // return el.hide('slow'); 56 58 }, 57 59 PhaseIn: function(el){
