Home › Forums › CSS › Opening animation properties on external file with function (jQuery) › Re: Opening animation properties on external file with function (jQuery)
May 17, 2013 at 12:44 am
#135383
Member
Something like this:
var animationOptions = {
duration : 400,
easing : ‘swing’
}
$(‘.slides’).animate({
height: 10
}, animationOptions);