Skip to content

Release

Latest
Compare
Choose a tag to compare
@Glaas Glaas released this 28 May 10:50
· 3 commits to release since this release

First Release

Easings contains the following easing functions:

Linear
Ease In / Out / InOut Sine
Ease In / Out / InOut Quad
Ease In / Out / InOut Cubic
Ease In / Out / InOut Quart
Ease In / Out / InOut Quint
Ease In / Out / InOut Expo
Ease In / Out / InOut Circ
Ease In / Out / InOut Back
Ease In / Out / InOut Elastic
Ease In / Out / InOut Bounce

The library includes a total of 31 easing functions. Each of these functions accepts a single float input (ranging from 0 to 1), and outputs a transformed float (also ranging from 0 to 1) according to the specific easing curve.