Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "tina", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Tweening and INterpolations for Animation", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -31,3 +31,3 @@ # TINA | ||
### In a browser | ||
Include TINA's build in your html using either the [minified library](https://raw.githubusercontent.com/Wizcorp/tina/master/build/tina.min.js) or the [unminified version](https://raw.githubusercontent.com/Wizcorp/tina/master/build/tina.js). | ||
Include TINA's build in your html using either the [minified library](https://rawgit.com/Wizcorp/tina/master/build/tina.min.js) or the [unminified version](https://raw.githubusercontent.com/Wizcorp/tina/master/build/tina.js). | ||
@@ -44,2 +44,8 @@ ```html | ||
## JSFiddle examples | ||
- [bounce](http://jsfiddle.net/cstoquer/k8dghonL/) | ||
- [sequences](http://jsfiddle.net/cstoquer/afLahz78/) | ||
- [relative tween](http://jsfiddle.net/cstoquer/d7sagr58/) | ||
- [particules](http://jsfiddle.net/cstoquer/eo5ex47b/) | ||
## API | ||
@@ -303,3 +309,3 @@ | ||
var myTicker = new TINA.Ticker().useAsDefault(); | ||
TINA.add(new TINA.Ticker()); | ||
TINA.add(myTicker); | ||
@@ -355,2 +361,2 @@ function update() { | ||
Made in [Wizcorp](http://www.wizcorp.jp). | ||
Made in [Wizcorp](http://www.wizcorp.jp). |
@@ -20,2 +20,3 @@ var Tweener = require('./Tweener'); | ||
this.tupt = tupt || 1; | ||
this._nbTicks = 0; | ||
@@ -22,0 +23,0 @@ } |
765300
51
8290
359