Monolith 1.1.0
See the version list below for details.
dotnet add package Monolith --version 1.1.0
NuGet\Install-Package Monolith -Version 1.1.0
<PackageReference Include="Monolith" Version="1.1.0" />
paket add Monolith --version 1.1.0
#r "nuget: Monolith, 1.1.0"
// Install Monolith as a Cake Addin #addin nuget:?package=Monolith&version=1.1.0 // Install Monolith as a Cake Tool #tool nuget:?package=Monolith&version=1.1.0
Monolith is a Windows library that lets you create animations in codebehind in a fluent, somewhat straightforward manner. It's a wrapper around the Windows.UI.Xaml.Media.Animation library that removes as much of the setup as possible.
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.
Most methods and classes should now have useful descriptions in Intellisense
Oli.Run().Now() and Oli.Run().After() now produce EventTokens that can be used with other animations