1.0.3 • Published 1 year ago

easings.net v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Easing Functions Cheat Sheet

Simple cheat sheet to help developers pick the right easing function.

See the easing effects

Npm installing

npm install easings.net

Usage

import easings from 'easings.net'

const stepValue = easings.easeInQuad(x) // 0 <= x <= 1

Contributing

GitHub has great instructions on how to set up Git, fork a project and make pull requests. If you have a problem with Git, just send your files directly to andrey@sitnik.ru.

Translate

Just copy the i18n/en.yml file to i18n/CODE.yml (where CODE is the lowercased RFC 3066 language code of your target language, for example fr-ca for Canadian French) and translate all messages.

Test

  1. Install project dependencies:

    yarn install
  2. That’s all. Run development server:

    yarn run start
  3. And open localhost:1234 in browser.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

7 years ago