Hi Andrea,

On Thu, Feb 21, 2013 at 7:50 PM, Andrea Del Bene <[email protected]>wrote:

> Just for curiosity, have you considered also to do this using global AJAX
> listeners (using handlers for '/dom/node/removing' and '/dom/node/adding')?


It wont work with the global events. As I describe in the article the
animation is executed in "steps" with setTimeout/requestAnimationFrame.
This will release the current thread (in Java terms) and the component will
be replaced before the animation is finished.


>
>  Hi,
>>
>> While fixing WICKET-5039 I've created an application that demonstrates how
>> to replace a component with animation effect and blogged about it at
>> http://wicketinaction.com/**2013/02/replace-components-**with-animation/<http://wicketinaction.com/2013/02/replace-components-with-animation/>
>>
>> I hope you find it useful!
>>
>>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@wicket.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to