Changeset 410

Show
Ignore:
Timestamp:
08/19/08 06:44:36 (3 months ago)
Author:
082net
Message:

## aj-spoiler ##

Fixed blind effects

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • aj-spoiler/trunk/js/jquery-spoiler.js

    r325 r410  
    5050        }, 
    5151        BlindDown: function(el){ 
    52                 return el.show('slow'); 
     52                return el.animate({height: "show"}, 'normal'); 
     53//              return el.show('slow'); 
    5354        }, 
    5455        BlindUp: function(el){ 
    55                 return el.hide('slow'); 
     56                return el.animate({height: "hide"}, 'normal'); 
     57//              return el.hide('slow'); 
    5658        }, 
    5759        PhaseIn: function(el){