I have a Custom User Control that will display messages to the user ie. Information, Error, Success. This is based off of Clickable Panel Closure I would like to add animation to the closing of the message using jquery but I am not sure how to implement this. Any suggestions? Outside of the controls being displayed my project is almost identical to the one in the link
Share
call your own JS function and do the animations inside it. Then call the __doPostBack. Make sure to postback after the animation is done.
E.g:
Javascript:
Codebehind: