Hey Guys, I've posted the code on jsfiddle. Please could someone have a look and let me know if you see any problems with it?
Basically I create a new item and slide it in. then on complete move the item out of the wrapper div and delete the wrapper. My only concern is that the Fx object still exists, I want to know if there is a way to unlink, dispose or set the Fx to null or something? http://jsfiddle.net/roark/mhbuB/8/ Thanks Guys On Feb 2, 2:00 pm, roark <[email protected]> wrote: > Hi Everyone, > > I am using Fx.Slide to slide in a new element, once the element slides > in I want to delete the wrapper that surrounds the element because the > overflow property messes with my layout. > > Is this possible? > > My initial idea is to delete the Fx.Slide instance and change the > overflow property of the wrapper, but is this the best way? > > Thanks for this, not too sure if you guys need a fiddle sample?
