Animations not working on Firefox 53, error
See original GitHub issueI’m submitting a … (check one with “x”)
[ x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Current behavior
Trying to use the Angular 4 animations on Firefox returns an error. This behavior is not present on Chrome, Safari (MacOS)

Expected behavior
The same behavior that Chrome. I need that the animations works. Minimal reproduction of the problem with instructions
Please check this plnkr that i made for this: http://plnkr.co/edit/K2NxOn?p=preview
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Mac OS Sierra, Windows 10, NPM, NodeJS
- Angular version: 4.0.1
- Browser: Chrome 56 | Firefox 53
Firefox 52, 53
- Language: [all | TypeScript X.X | ES6/7 | ES5] all
- Node (for AoT issues):
node --version=
6
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Security vulnerabilities fixed in Firefox 53 - Mozilla
A use-after-free vulnerability in SMIL animation functions occurs when pointers to animation elements in an array are dropped from the ...
Read more >html5 doesn't play online but DOES play offline - Mozilla Support
Hi, I built a html5/JS animation (using Flash CS6) and put it online to test it. This animation plays perfectly in every browser, ......
Read more >[OOPP] Firefox 8.0 not rendering Core-Animation-based ...
It displayed a single frame. Everything else seems to be working fine. The plug-in was detecting mouse clicks but the rendering had frozen....
Read more >Fix problems that cause images to not show | Firefox Help
This article explains how to fix problems with images on websites, such as PNG, GIF, and JPG still images, as well as animated...
Read more >gif not playing | Firefox Support Forum
Start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It looks like the animation code in Angular needs to break up
marginandpaddingintomarginTop, marginLeft, marginRight, marginBottomandpaddingLeft, paddingRight, paddingTop, paddingBottom.Problem still exists with:
FF: 64.0 (64-bit) @angular/animations: 7.2.0
I fixed it as suggested by explicitly declaring all my paddings (paddingLeft, paddingRight, paddingTop, paddingBottom) instead of using
padding: 0