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
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;
Use css transition https://www.w3schools.com/cssref/css3_pr_transition.asp
No need to use the animation extender.
Please login first to submit.