Vincent, thank you!

We have integrated your wonderful patch in our soon to be released 
qx.Desktop application, I cannot overstate how much eye-candy it added 
to its look and feel.

And yes, it works for everything - borders, backgrounds, sizes etc!

Regards,

-- 
George Nikolaidis (gnikolai...@ergobyte.gr)
MEng, MSc Information Systems
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ergobyte Informatics S.A.
Innovative Software Development
21 Aristotelous str., 54624 Thessaloniki, Greece
Tel: +302310288434, Fax: +302310288134
Website:www.ergobyte.gr

On 29/04/2015 08:14 μμ, Vincent Vandenschrick wrote:
> Hi all,
> For the record, I've succeeded in animating the focus by writing a
> simple Decorator mixin and then using the "transition" property in
> decorators for the focus state. Here is the source code :
>
> https://github.com/jspresso/jspresso-ce/blob/master/qooxdoo/client/src/main/js/org/jspresso/framework/patch/MTransition.js
>
> the apply it as stated in the docs :
> qx.Class.patch(qx.ui.decoration.Decorator, 
> org.jspresso.framework.patch.MTransition);
>
> and use the transition property in the decorator theme definition, e.g. :
> "focused-inset": {
>    style: {
>      radius: 2,
>      width: 1,
>      color: "background-selected",
>      shadowBlurRadius: 2,
>      shadowColor: "background-selected",
>      shadowLength: 0,
>      transition: "all 200ms ease-out"
>    }
> }
>
> Best,
> Vincent
>

------------------------------------------------------------------------------
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