3.0.1 • Published 2 years ago

@thewhodidthis/ease v3.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

about

Yet another take on Robert Penner's easing functions.

setup

Download from the npm registry:

# Add to package.json
npm install @thewhodidthis/ease

Source from an import map to use with Deno or in-browser directly:

{
  "imports": {
    "@thewhodidthis/ease": "https://cdn.jsdelivr.net/npm/@thewhodidthis/ease@latest/main.js"
  }
}

usage

To get a print out of all exports:

import * as ease from "@thewhodidthis/ease"

Object.keys(ease).forEach((k) => {
  console.log(k)
})
3.0.1

2 years ago

3.0.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago