Info
Version: | 1.0.0 |
Author(s): | Michael |
Last Update: | Tuesday, September 24, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Lihachyov/animations-cs |
NuGet Url: | https://www.nuget.org/packages/Animations-CS |
Install
Install-Package Animations-CS
dotnet add package Animations-CS
paket add Animations-CS
Animations-CS Download (Unzip the "nupkg" after downloading)
Run animations from C# code with one line of code, like WinJS Animations.
How to use:
Animations.EnterContent(FrameworkElement element, int offsetX, int offsetY);
Animations.EnterPage(FrameworkElement element, int offsetX, int offsetY);
Animations.PeekAnimation(FrameworkElement element, int offsetX, int offsetY);
Animations.ShowEdgeUI(FrameworkElement element, int offsetX, int offsetY);
Animations.ShowPanel(FrameworkElement element, int offsetX, int offsetY);
Animations.UpdateBadge(FrameworkElement element, int offsetX, int offsetY);
Methods return animations’ Storyboard, but the animation is already began.
Fork me on GitHub: https://github.com/Lihachyov/animations-cs.