Some advice with animation control and change size of shape control?

0
0

Hi good day,
Some advice with animation control and change size of shape control?

Animation on appear event works ok, but i want to do the same effect when change size of a shape,

Thanks in advance

  • You must to post comments
0
0

Tried with button control width change, and works ok , but with shape control no animation shows
Both has CssStyle = transition: width 0.5s ease-in-out;

  • You must to post comments
0
0

Use css transition https://www.w3schools.com/cssref/css3_pr_transition.asp

No need to use the animation extender.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.