angular: [Bug] Animation API error in Safari, undefined.
I’m submitting a … (check one with “x”)
[x] bug report
Current behavior
The same animation works ok on chrome, but the animation breaks on safari, be it mobile or pc browser, currently using web-animations-js
polyfill.
Please tell us about your environment: Mac: El Capitan Safari: 9.1.1
- Angular version: 2.0.0-rc.4
- Browser: Safari 9.1.1, iOS XX Safari
- Language: all
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (5 by maintainers)
I’m such a derp,
background
isn’t the same asbackground-color
, even if css allows it as the shorthand and defines everything else as initial, that doesn’t mean that the animation would do the same, changing frombackground
to'background-color'
fixed the issue, however if the chrome version does work that means is the polyfill who fails to deal with such a case right?