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.

onTransitionEnd not firing in Firefox

See original GitHub issue

The event name reported by dom-helpers does not exist in Firefox, and standard transitionend should be used instead.

See https://github.com/react-bootstrap/dom-helpers/issues/17 for more details

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
oliviertassinaricommented, Feb 4, 2017

I’m on it.

0reactions
stevewillardcommented, Feb 4, 2017

Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

683696 - transitionend event does not fire on background tab ...
Correction, this is a result of implementing the transitionEnd/dispaly:block bug workaround and the setTimeout throttling in Firefox. https://developer.mozilla.
Read more >
The transitionend event is not firing consistently in FireFox ...
I'm running into an issue on Firefox (v20.0.1) where it will not fire the transitionend event consistently. If I keep the overflow: hidden ......
Read more >
[css-transitions] why doesn't transitionend event fire in some ...
In the spec for transitionend event, it mentions that the transitionend event does not fire in the case where a transition is removed...
Read more >
"transitionend" not fired | Apple Developer Forums
since macOS Sierra and Safari 10 a "transitionend" is not fired for an ... and on all other modern browsers (Chrome, Firefox, IE...
Read more >
transitionend Event - W3Schools
Note: If the transition is removed before completion, e.g. if the CSS transition-property property is removed, the transitionend event will not fire.
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