Use setVisible(false) + setOutputMarkupPlaceholderTag(true). The in Ajax request just make it visible. In your code snippet I don't see any usage of the special JavaScript callback - 'notify'. This is required if you want any following JavaScript evaluations to wait for the animation.
Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Apr 1, 2015 at 9:34 AM, avchavan <[email protected]> wrote: > Hi Martin, > I have read that already, but my problem is with setVisible(true). > If i dont set it then i dont see the description container, and if i set it > the usual jerky action follows. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Animate-ajax-DOM-manipulation-smoothly-tp4670132p4670134.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
