Share Posted July 7, 2014 TweenMax.to(background, 1, {backgroundPositionX: '-=300', delay: 0.1, ease:Power1.easeOut}); Works fine in Chrome and Safari, but not FF. I guess it's because background position doesn't work in FF (css) but I don't know of any other way to do this. Please help. Thanks! Link to comment Share on other sites More sharing options...
Author Share Posted July 7, 2014 Figured it out. TweenMax.to(background, 1, {backgroundPosition: '-300px 0', delay: 0.1, ease:Power1.easeOut}); Thanks for your help! You're welcome. 2 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