PDA

View Full Version : SlideUp - Effect??



humpdi
26 Mar 2007, 3:57 AM
hey guys!

ive a question, is there any effect in ext like the 'slideUp' in scriptaculous?
i would need this, but i just want to use ext, not dozend of frameworks.
the animated slide-example uses something like this, so i guess it is implemented in ext?

thanks

humpdi

heidtmare
26 Mar 2007, 5:29 AM
element.slideOut('t',{remove:true});

that will slide the element using a top anchor and then remove it from the dom.

BernardChhun
26 Mar 2007, 5:45 AM
Take a look here too for all the effects Ext has : http://www.yui-ext.com/deploy/ext-1.0-alpha3/docs/output/Ext.Fx.html

humpdi
26 Mar 2007, 7:57 AM
cool, thank you both! :)