Vincent,

add this to your Mixin to make it cross browser:

// Transition
var transitionpropName = qx.core.Environment.get("css.transition");
transitionpropName = qx.bom.Style.getCssName(transitionpropName.name);

Then use the variable in your _styleTransition function:

styles[transitionpropName] = transition;






--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Theming-tp7587082p7587112.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to