Re: CSS 3 transition+ GWT
I had the same issue as you and ended up patching DomImplStandard to add the webkitTransitionEnd event to sinkBitlessEventImpl.
On Monday, September 24, 2012 4:10:10 PM UTC-4, Joseph Lust wrote:
You should be able to achieve everything you need via CSS class names being added or removed. However, there is one missing functionality which is the transitionend event which is called when a given transition completes. As of GWT 2.4 I cannot get this to work without custom JSNI, which I'd rather not do. The event is not available under DOM.sinkEvent, or under DOM.sinkBitlessEvent (which surprisingly only allows a few predefined events in the DomImpl class, not any string you pass in).--Perhaps this will be added in a future GWT release?Sincerely,Joseph
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/zM8EKwFoOXQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home