apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

transtionend in CEF #1542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a handler attached to an element that fires on the 'transtionend' event.

I have tried

  transitionEnd
  TransitionEnd
  webkitTransitionEnd

The event NEVER fires.  In Chrome the event fires as expected when the 
transition finishes.

My question is what value for 'transitionend' should work with CEF?  Is it 
implemented?

Original issue reported on code.google.com by davelowe...@gmail.com on 20 Feb 2015 at 8:10

GoogleCodeExporter commented 9 years ago
Mea Culpa.

 'transitionend' works and fires.

 My problem was in my handler which called Math.hypot() which is not supported, apparently, in the library I am using.

Original comment by davelowe...@gmail.com on 20 Feb 2015 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 20 Feb 2015 at 9:46