Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not seem to work in IE11 #9

Closed
timkorona opened this issue Aug 14, 2017 · 7 comments
Closed

Does not seem to work in IE11 #9

timkorona opened this issue Aug 14, 2017 · 7 comments

Comments

@timkorona
Copy link

Works great in Chrome. Unfortunately we have to support a variety of browsers. When we try to run using IE11 it does not appear to work. Has this been tested in IE?

@willhoag
Copy link
Owner

I haven't had a chance to test in IE. Is there an error you can show to help debug?

This package should probably have automated testing at this point. Will try to add soon, but it's low on my priorities at the moment, so PR's are welcome.

@timkorona
Copy link
Author

timkorona commented Aug 17, 2017

Will,

Thanks for the reply. Unfortunately, due to project commitments we were no able to spend a lot of time looking into why it did not work with IE. There were no obvious errors displayed, it just did not work. We were forced to try another plugin.

I would love to spend some time looking into it but as you pointed out, priorities. If I get the chance and find anything useful I will be sure to post it here.

Thanks again.

@willhoag
Copy link
Owner

willhoag commented Aug 17, 2017

You're welcome. I'll leave this issue open and try to have a look at it soon. Thanks for pointing it out.

thanks

@juliabower
Copy link

juliabower commented Sep 26, 2017

I'm also having this issue. Here's what I could find:

Error: SCRIPT65535: Invalid calling object

Looks like this error is being hit in scroll-to, index.js line 46

// animate function animate() { raf(animate); tween.update(); }
Not sure if I'm missing some sort of polyfill etc
Any suggestions?
Thanks

@cwklausing
Copy link

Hey Julia, I had the exact same issue; however, I realized that the error only occurs in IE when using webpack dev server (same thing was mentioned in this thread). When I checked in production there wasn't any issue.
Hope this helps.

@asso1985
Copy link

asso1985 commented Oct 18, 2018

IE11 does not support Object.assign

tween.js line 15

this._curr = Object.assign({}, this._from);

@willhoag
Copy link
Owner

Pull request for fix. Needs testing. #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants