Retromono.Easings 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Retromono.Easings --version 1.0.0
NuGet\Install-Package Retromono.Easings -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="Retromono.Easings" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Retromono.Easings --version 1.0.0
#r "nuget: Retromono.Easings, 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 Retromono.Easings as a Cake Addin
#addin nuget:?package=Retromono.Easings&version=1.0.0

// Install Retromono.Easings as a Cake Tool
#tool nuget:?package=Retromono.Easings&version=1.0.0

Retromono.Easings

A collection of 31 easing functions in two variants: one that takes a single param (time) and another that takes four params (from, to, time, duration).

Usage

Just call any static function from Easings or EasingsMultiParam with proper arguments.

Note:
All of the easings you can find in this library are unit tested and guaranteed to:

  1. Return 0/from when the time passed is 0
  2. Return 1/to whe the time passed is 1/duration
  3. Never return a crazy number in the valid range

Warning:
Do not pass time outside the accepted range (0 to 1/duration) because you're going to get crazy results.

Installation

This package is available in NuGet as retromono.easings.

NuGet CLI

  1. Make sure you have installed NuGet.
  2. Navigate to your project in CLI.
  3. Execute nuget install retromono.easings

VisualStudio (any version)

  1. In the top menu go to ToolsNuGet Package ManagerManage NuGet Packages for Solution. The naming can be slightly different in different Visual Studio versions.
  2. Change the tab to Browse.
  3. Type retromono.easings in the Search field.
  4. Select the package and in the project list on the right click the checkbox next to the projects you want to have this package, select version underneath and press Install.

JetBRains Rider

  1. In the top menu go to ToolsNuGetManage NuGet Packages for Solution.
  2. Type retromono.easings in the Search field.
  3. Select the package and in the project list on the right select version and press the plus button next to the projects which you want to have the package installed.

License

This project is licensed under MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1 1,060 10/14/2018
1.0.0 1,064 3/16/2018