😎
playing the blues
Developer, Musician, Photographer, Sound System Builder, Nerd
- Zurich, Switzerland
-
11:16
(UTC +02:00)
Pinned Loading
-
Easing Equations in JavaScript
Easing Equations in JavaScript 1// quadratic -----------------------------------------------------------------------------------------
23easeInQuad(t, b, c, d) {
4t /= d;
5return c * t * t + b;
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.