views:

384

answers:

2

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

+2  A: 

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.

Kenny Peng
A: 

Animal has given some instructions on this in the ExtJS Forums:

http://www.sencha.com/forum/showthread.php?70764#post341558

Pumbaa80