ts-easing
Collection of easing functions in TypeScript
Last updated 7 years ago by streamich .
Unlicense · Repository · Bugs · Original npm
$ cnpm install ts-easing 
SYNC missed versions from official npm registry.

ts-easing

Collection of easing function in TypeScript.

All functions accept a number in range of [0..1].

All functions return a number, which is guaranteed to start at 0 and end at 1.

f(t), where t in [0..1]

f(0) -> 0
f(1) -> 1

Usage

import {easing} from 'ts-easing';

console.log(easing.quadratic(0.5));

License

Unlicense — public domain.

Current Tags

  • 0.2.0                                ...           latest (7 years ago)

1 Versions

  • 0.2.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org