8

I wonder if there are some predefined event like the webkitTransitionEnd in Chrome in the mozilla and opera browser?

How can I also detect of the browser is webkit enabled and CSS3 ?

einstein
  • 13,389
  • 27
  • 80
  • 110

1 Answers1

19

According to the MDN Doc Center there is such an event:

There is a single event that is fired when transitions complete. In Firefox, the event is transitionend, in Opera, oTransitionEnd, and in WebKit it is webkitTransitionEnd.

Steven Lu
  • 41,389
  • 58
  • 210
  • 364
Joachim Sauer
  • 302,674
  • 57
  • 556
  • 614