I can fade in a form or userpopup, but I can’t seem to fade out. As far as I can tell, “fadeIn” is a built in animation, but “fadeOut” isn’t.
Here are my sources calling the popup, and the source of the popup itself.
You can see I try fading out in 2 ways — one as a callback of the popup.ShowPopup method, and one from the popup’s “Close” code.
Thanks for any help you can provide.
A sample is attached.
You can’t control the browser animation from the server. The animation extension is designed to add animation properties to controls. In the sample it’s created on Windows1 and used on a UserPopup. Do this:
Wisej takes care of the rest on the client side in the browser.
However, the “disappear” animation will still not work for a UserPopup 🙂 because in order to show the panel as a popup it has to be wrapped in a popup container which is the one “disappearing” first so the inner UserPoup is already gone when the animation kicks in.
Will log the issue and send you a fixed sample once the Animation fix is in.
Please login first to submit.