web-animations / web-animations-js

JavaScript implementation of the Web Animations API
http://web-animations.github.io
Apache License 2.0
3.77k stars 408 forks source link

TypeError: 'undefined' is not a function (evaluating 'i(d)') #171

Closed mina-skunk closed 7 years ago

mina-skunk commented 7 years ago

On Safari 5.1.7, from blank new angular-cli project:

polyfills.ts

...
/**
 * Required to support Web Animations `@angular/animation`.
 * Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
 **/
import 'web-animations-js';  // Run `npm install --save web-animations-js`.
...
ewilligers commented 7 years ago

See docs/support.md

The polyfill is supported on modern versions of all major browsers, including:

In particular, the polyfill requires requestAnimationFrame. If your browser does not have requestAnimationFrame, consider loading a requestAnimationFrame polyfill first (example).

mbenitez01 commented 5 years ago

When running ANY .html page in the decompressed file downloaded from github, all I get are blank pages. Firebug shows all code deployed....no errors...