Hi,
My question is simple: is there a way to animate the maximize of ExtJS windows? Currently my windows just maximize without any animation and it looks "boring".
Hi,
My question is simple: is there a way to animate the maximize of ExtJS windows? Currently my windows just maximize without any animation and it looks "boring".
Ext.Fx
may be capable of doing what you're asking for. I was particularly thinking of the scale()
function. It also provides other options for animation manipulation, like style changes. It seems like the most likely way to do what you're asking for.