Share Posted January 10, 2016 var tl = new TimelineLite(), feed = $('.feed'); tl.to(feed, 0.35, { alpha: 0, ease: Power3.easeInOut, onComplete: function(){ feed.empty().html(response); }}); Can anyone tell me why this would fire immediately? Link to comment Share on other sites More sharing options...
Share Posted January 10, 2016 Hi jesper.landberg Works correctly and fires onComplete at the end , pls provide a reduced Codepen Demo of your case 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now