tslerp
Typescript library for lerping single and multi-sample data sets over time across a variety of styles and transitions.
Based on the lerp from Lee Winder https://github.com/leewinder/tslerp
Change Log
$3
* Updated project to latest TypeScript, and removed many dependecies
$3
* Updated project to latest TypeScript (v2.3.2) and fixed resultant errors
$3
* Documentation update stating Typings as a Dependency
$3
* Updated package requirements to Typescript ^2.0.0 plus related package upgrades
$3
* Minor readme updates
$3
* Updated correct acknowledgment for
Easing Equations by Robert Penner$3
* Added support for Linear, Sine, Cubic and Exponential styles
* Added support for Ease In, Out and In/Out transitions for all styles
$3
* Initial release
* Support for Ease In Quadratic lerps only