Animations-CS 1.0.0

dotnet add package Animations-CS --version 1.0.0
NuGet\Install-Package Animations-CS -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Animations-CS" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Animations-CS --version 1.0.0
#r "nuget: Animations-CS, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Animations-CS as a Cake Addin
#addin nuget:?package=Animations-CS&version=1.0.0

// Install Animations-CS as a Cake Tool
#tool nuget:?package=Animations-CS&version=1.0.0

Easy-to-use Windows 8 system animations for C#. 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,137 9/24/2013