In C # is there any kind of jquery-like library in the sense of making animations effects with form elements such as making a text move from side to side and etc?
In C # is there any kind of jquery-like library in the sense of making animations effects with form elements such as making a text move from side to side and etc?
Silvio, Windows Presentation Foundation - WPF quoted by @renan is the evolution of WinForms applications.
XAML
It is based on a standard XAML (Pronounced as zammel).
XAML stands for _eXtensible Application Markup Language_
to structure WPF's "windows / forms", they are very rich controls on properties and can easily be extended by another, thus giving a great malleability to the application.
Within the contexts of WPF
and using its powerful extensibility, you can add a lot of effects to your application, create round buttons, animations, dynamic backgrounds, etc ...
WPF also has a "sibling" for the WEB which is SilverLight
.
It makes a lot of study, you get a good base through the link above ... Other places that have helped your study are these: