question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Animations not working on Firefox 53, error

See original GitHub issue

I’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)

image

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:closed
  • Created 6 years ago
  • Reactions:10
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

9reactions
matskocommented, May 17, 2017

It looks like the animation code in Angular needs to break up margin and padding into marginTop, marginLeft, marginRight, marginBottom and paddingLeft, paddingRight, paddingTop, paddingBottom.

6reactions
Lakstoncommented, Jan 14, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found