Home › Forums › Other › Getting jQuery to work › Re: Getting jQuery to work
March 9, 2013 at 9:13 pm
#127635
Participant
$(this).fadeOut(‘fast’,’0′)
to
$(this).fadeOut(‘fast’);
The second parameter should be a function, or if it is a string, tell which “easing funtion” to use, of which there are natively only two supported: ‘swing’ and ‘linear’.