How to rewrite this code, so it would fly in with easing not just fade in.
Code –
jQuery('#swiftslider-slide-'+newSlide).addClass('active').fadeIn('300');
Could you give me a full example? I understand I must use .animate() but if I do like this –
jQuery('#swiftslider-slide-'+newSlide).addClass('active').animate({opacity: "show"}, { duration: "slow", easing: "easein" });;
it doesn’t work.
Hope you will be able to help me.
Thanks, Sparky672.