I'm using an animation, to animate a modal popup extender that resides within a panel. So far it seems to be working relatively well, however, I can't seem to get it to "reset" itself so that it can be used repeatedly. I'm only getting one use and then it looks like I need to reload the page to get it to work again.
The target control id is a link button. When I first load the page, the link button is active, like a hyperlink. I can click on the button, the animation does it's thing, and then a close button shuts it down. The link button then turns color like a visited hyperlink, you can click it but nothing happens, no animation. If I reload the page (F5), the link goes active again and it works, but only 1 time. I tried using the Enable Action below, it appears to "reactivate" the link button, but it still doesn't work.
<EnableAction Enabled="true" AnimationTarget="customerPromptsLinkButton" />
So for some reason, it appears that I need to reload the page. Can anyone give me some insight? Thanks