lennoj / Animator

Animation Engine for .NET WinForms
0 stars 0 forks source link

How to use it #1

Open FreeVB opened 1 year ago

FreeVB commented 1 year ago

How to use it, can you write a demo

lennoj commented 1 year ago

Hi @FreeVB I would love to create one for you. I will post it right away before the end of the day

but for now if you want to try it yourself. Download the source code and build. Reference the DLL to your .NET Project

Example: For WinForms

in Program.cs image

Assuming you have Form1 image

Assuming you want to animate the button when you click it It will move the button from Left to Right by moving from current "Left" to point 100 image