Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Opening animation properties on external file with function (jQuery) Re: Opening animation properties on external file with function (jQuery)

#135383
TheDoc
Member

Something like this:

var animationOptions = {
duration : 400,
easing : ‘swing’
}

$(‘.slides’).animate({
height: 10
}, animationOptions);