2.0.0 • Published 7 years ago

tslerp2 v2.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
7 years ago

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

1.0.5

  • Updated project to latest TypeScript, and removed many dependecies

1.0.5

  • Updated project to latest TypeScript (v2.3.2) and fixed resultant errors

1.0.4

  • Documentation update stating Typings as a Dependency

1.0.3

  • Updated package requirements to Typescript ^2.0.0 plus related package upgrades

1.0.2

  • Minor readme updates

1.0.1

1.0.0

  • Added support for Linear, Sine, Cubic and Exponential styles
  • Added support for Ease In, Out and In/Out transitions for all styles

0.0.1

  • Initial release
  • Support for Ease In Quadratic lerps only