Re: [qooxdoo-devel] Using animation effects on a qx.ui.basic.Label

2012-07-20 Thread Daniel Wagner
Hi, the DOM element probably isn't created yet when you're trying to access it. Try wrapping the code in an "appear" listener. Here's the manual page for animations: http://manual.qooxdoo.org/current/pages/website/css3animation.html Keep in mind bom.element.Animation isn't intended to be used w

[qooxdoo-devel] Using animation effects on a qx.ui.basic.Label

2012-07-20 Thread omrihar
Hi, I am trying to use qx.bom.element.Animation.animate to create a simple animation on a (rich=true) label. I don't seem to be able to find the DOM element of the label to use in the animate call. Trying label.getContentElement().getDomElement() returns null, even though I see that the element is