-
Sencha User
animate window
animate window
I'm new to this extjs , how can i render an animated effect when window is resized
win = new Ext.Window({
id : 'xyz',
applyTo : 'hello-win',
minimizable: true,
layout : 'fit',
width : 500,
height : 300,
resizable :true,
autoScroll : true,
draggable : true,
expandOnShow : true,
closeAction :'hide',
maximizable : true,
plain : true,
animate:true,
});
i want animated effect mentioned below in this page ->http://www.extjs.com/deploy/dev/exam...ble/basic.html
Last edited by mystix; 26 Apr 2009 at 1:46 AM.
Reason: moved to 2.x Help from Examples
-
Sencha - Community Support Team
-
There have been threads on this in the recent past:
http://extjs.com/forum/showthread.ph...096#post313096
Please read how to post code properly:
http://extjs.com/learn/Ext_Forum_Hel..._code_properly
You might want to read over the entire article so you play in the forums better:
http://extjs.com/learn/Ext_Forum_Help
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us