Share Posted January 25, 2015 After using the bezier method I am running into a problem moving the same object, in IE8 only. (other browsers work fine.) In IE8 the object doesn't seem to disconnect properly from the bezier path and does it's own thing when I try to move it some new, straight direction. I tried to work around this by using the tl.set method on the object after the bezier motion, but that did not change anything. Is there a work around this? See the Pen xbrzbP by anon (@anon) on CodePen Link to comment Share on other sites More sharing options...
Share Posted January 25, 2015 Hi deanpien i tested that and works fine with ie8 , but there's 2 points in your code : - your selector should be like this : "#logo" //select by id ".logo" // select by class $("#logo") //select by id with jquery - the correct way to define ease : ease:Back.easeIn pls check out the GSAP Docs. : http://greensock.com/docs/#/HTML5/ 1 Link to comment Share on other sites More sharing options...
Author Share Posted January 25, 2015 Thanks, I made the corrections but it still doesn't work in IE8. The motion of the object sweeps in a different direction. The error console message in IE 8 states: Object doesn't support property or method 'addEventListener' Any work arounds? Link to comment Share on other sites More sharing options...
Share Posted January 26, 2015 Hello deanpien, and welcome to the GreenSock Forum! Are you seeing this in real PC IE8 standalone or are you seeing this in IE10 or IE11 Document Mode which fakes the render of IE8? If you are seeing this in IE10 or IE11 Document Mode than it is not an accurate rendering of real standalone IE8. Also keep in mind that codepen will not display your code correctly in Edit Mode in IE8. You have to use Full Mode in codepen for your code demo to work and render properly in IE8. Thank you for any additional information 1 Link to comment Share on other sites More sharing options...
Author Share Posted January 27, 2015 Ok thanks for clearing that up. 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