Retromono.Easings
1.0.0
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
<PackageReference Include="Retromono.Easings" Version="1.0.0" />
paket add Retromono.Easings --version 1.0.0
#r "nuget: Retromono.Easings, 1.0.0"
// 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:
- Return
0
/from
when the time passed is0
- Return
1
/to
whe the time passed is1
/duration
- Never return a crazy number in the valid range
Warning:
Do not passtime
outside the accepted range (0
to1
/duration
) because you're going to get crazy results.
Installation
This package is available in NuGet as retromono.easings
.
NuGet CLI
- Make sure you have installed NuGet.
- Navigate to your project in CLI.
- Execute
nuget install retromono.easings
VisualStudio (any version)
- In the top menu go to
Tools
→NuGet Package Manager
→Manage NuGet Packages for Solution
. The naming can be slightly different in different Visual Studio versions. - Change the tab to Browse.
- Type
retromono.easings
in the Search field. - 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
- In the top menu go to
Tools
→NuGet
→Manage NuGet Packages for Solution
. - Type
retromono.easings
in the Search field. - 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 | Versions 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. |
-
.NETCoreApp 2.0
- StyleCop.MSBuild (>= 5.0.0)
-
.NETFramework 4.5
- StyleCop.MSBuild (>= 5.0.0)
-
.NETStandard 2.0
- StyleCop.MSBuild (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.