-
Notifications
You must be signed in to change notification settings - Fork 409
"TypeError: b.animate is not a function" after 2.2.0 #73
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
Comments
I do get the same error in Safari |
Haven't been able to repro this error so far in Safari 9 on iOS/Mac 10.9. |
I got the same error on Android 5.0.2 (XperiaZ3) stock browser. [Edited]
the error has gone. And works properly. |
My issue seems to be dups of #72. |
Haven't gotten my hands on a copy of Safari 8 to repro this yet. |
I am receiving this error on Safari 9.0.1, Firefox 46, and Microsoft Edge 20.10240.16384.0 as well. Begins onload with: Then follows with: Interestingly enough Firefox Developer Edition (48.0a2) does not throw this error. In 47.x of Dev Edition the error would occur. As stated by others, Chrome does not have this issue. |
@mford516 could you provide an example page that shows those errors? |
@mford516 Also could you clarify whether you're using version 2.2.1 of the Web Animations polyfill? |
Both https://events.google.com/io2016/ and chromestatus.com have been updated to use 2.2.1 and I don't see errors in Safari 9.1 and FF 49.0a1. |
@alancutter I was running 2.2.0, but just updated to 2.2.1 and still receive the error in Safari 9 (also updated from 9.0.1 to 9.1). @dstockwell My current implementation is rather complicated. I can try to work on getting a jsBin set up to reproduce the issue. In the meantime, here is some background. I'm using Polymer within an Angular 2 web application, therefore invoking the shadow dom. Also, in order to get the polyfills to work properly I'm loading webcomponents.js rather than webcomponents-lite.js. Could this be the issue? I understand that shadow dom is yet to be fully supported by browsers other than Chrome, but as far as I can see from the webcomponents.js compatibility matrix this should work fine across all major browsers. Perhaps this has to do with my implementation of Polymer, I only arrived here after @dstockwell referenced this issue in #170 |
I am also getting the same error |
sent me your code |
use chrome |
But website should run on all browser no? at least on edge |
This solution doesn't exactly work for people who want there website to work on more than one browser... |
TypeError: b.animate is not a function.
(In 'b.animate({opacity:["1","0"]},{duration:1,fill:"forwards"})', 'b.animate' is undefined)
This error appears only in Safari (on iPhone and on Mac in Safari 8.0). In Chrome everything is OK.
The text was updated successfully, but these errors were encountered: