update README
parent
8820652ae7
commit
b46b3eef94
|
@ -1,7 +1,7 @@
|
||||||
# MoonTools.Easing
|
# MoonTools.Easing
|
||||||
|
|
||||||
[![NuGet Badge](https://buildstats.info/nuget/MoonTools.Easing)](https://www.nuget.org/packages/MoonTools.Easing/)
|
[![NuGet Badge](https://buildstats.info/nuget/MoonTools.Easing)](https://www.nuget.org/packages/MoonTools.Easing/)
|
||||||
[![CircleCI](https://circleci.com/gh/MoonsideGames/MoonTools.Easing.svg?style=svg)](https://circleci.com/gh/MoonsideGames/MoonTools.Easing)
|
[![Build Status](https://drone.moonside.games/api/badges/MoonsideGames/MoonTools.Easing/status.svg)](https://drone.moonside.games/MoonsideGames/MoonTools.Easing)
|
||||||
|
|
||||||
Easing functions for .NET Standard
|
Easing functions for .NET Standard
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ https://easings.net
|
||||||
Use easing functions to transform time values and get fancy animations along paths.
|
Use easing functions to transform time values and get fancy animations along paths.
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
using MoonTools.Easing;
|
using MoonTools;
|
||||||
|
|
||||||
// Transform a normalized time value.
|
// Transform a normalized time value.
|
||||||
Easing.InQuad(0.75f); // => 0.5625f
|
Easing.InQuad(0.75f); // => 0.5625f
|
||||||
|
|
Loading…
Reference in New Issue