Detect end theming Animation in server side [message #1053299] |
Fri, 03 May 2013 12:40  |
Eclipse User |
|
|
|
Hello,
I am wondering if there are any way to be notified, on server side, after the end of a component animation if defined in theming ?
For example if I define fadeOut animation for a composite, I would like to destroy a parent composite only after the end of child composite fadeOut animation.
Best regards,
Arnaud
|
|
|
|
|
Re: Detect end theming Animation in server side [message #1053582 is a reply to message #1053533] |
Mon, 06 May 2013 11:28  |
Eclipse User |
|
|
|
Hi.
> For example if you have a fade-out animation on composite, and put a
> composite in a shell, closing the shell does not display composite
> fade-out animation, so if there were some way to be notified after the
> end of animation, I would have disposed the composite and then closed
> the shell.
Fade out the shells content, but then hide the shell instantaneously? I
think that would be a weired effect.
> wondering if there were some way to have an animation for each child one
> after the other.
That was something I also wanted to have, but I never got around to
implement it. However, doing it by hiding each widget in a separate
request would cause way too much useless traffic. This feature would
have to be implemented in JavaScript entirely.
Greetings,
Tim
--
Tim Buschtöns
Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/
Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
|
|
|
Powered by
FUDForum. Page generated in 0.05471 seconds