update README
parent
8820652ae7
commit
b46b3eef94
|
@ -1,7 +1,7 @@
|
|||
# MoonTools.Easing
|
||||
|
||||
[](https://www.nuget.org/packages/MoonTools.Easing/)
|
||||
[](https://circleci.com/gh/MoonsideGames/MoonTools.Easing)
|
||||
[](https://drone.moonside.games/MoonsideGames/MoonTools.Easing)
|
||||
|
||||
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.
|
||||
|
||||
```cs
|
||||
using MoonTools.Easing;
|
||||
using MoonTools;
|
||||
|
||||
// Transform a normalized time value.
|
||||
Easing.InQuad(0.75f); // => 0.5625f
|
||||
|
|
Loading…
Reference in New Issue