[SOLVED] Animation Control

Answered
0
0

I’m using the Animation control to fade in a button.  When the button is clicked I want to fade out the button too.

How can I add multiple animations to one control?  Is this possible?

I only see settings for one animation in the Properties for the control – but also could not find a way to do it programmatically either.

Thanks in advance…

 

Matthew

  • You must to post comments
Best Answer
0
0

You can also add multiple Animation extenders. The controls will get multiple Animation properties that can react to different events.

  • You must to post comments
0
0

Hi Matthew,

you can use for example the AnimationEnd event and reset the Animation for your control and add a new one.

Here is a simple example.

Best,

Jens

  • Matthew Ferry
    Thank you Jens – I will check that out.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.