Animation from code?

0
0

Hi,
In my program I create a control (custom control) in my code:

myControlType myControl=new (myControlType);

After that I add it on my page:

myPage.Controls.Add(myControl);

 

Please advice me what code to add to get a slide from left animation when myControl is displayed.

  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.