Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "tina", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Tweening and INterpolations for Animation", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
{ | ||
"name": "tina", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Tweening and INterpolations for Animation", | ||
@@ -15,2 +15,3 @@ "main": "src/index.js", | ||
"tween", | ||
"tweener", | ||
"tweening", | ||
@@ -17,0 +18,0 @@ "animation", |
@@ -8,3 +8,3 @@ # TINA | ||
Javascript Animation Library to easily create customisable tweens, timelines, sequences and other playable components. | ||
A comprehensive, high performance, easy to use, open source animation library in javascript. | ||
@@ -23,4 +23,6 @@ * **Easy to use** (API strongly inspired by Tweenjs) | ||
* **Nested object tweening** enables the possibility to alter nested objects using a single tween | ||
* Bonus: Creation and removal of tweens within the callback of another tween will not result in any unwanted side effect | ||
* Bonus: Creation and removal of tweens within the callback of another tween will not result in any unwanted side effect (infamous bug of other tweening libraries) | ||
Note: Do not hesitate to contribute by reporting issues or by submitting your own components and interpolations. | ||
## How to use | ||
@@ -36,3 +38,3 @@ | ||
Existing playable components are: Tween, Timeline, Sequence, Timer, Ticker, Recorder, Delay. | ||
Existing playable components are: Tween, NestedTween, Timeline, Sequence, Delay, Timer, Ticker (Recorder coming soon). | ||
The following is a non-exhaustive list of possibilities offered by the API. | ||
@@ -39,0 +41,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
* Note: if you want a particular easing method to be added | ||
* create an issue or contribute at https://github.com/Wizcorp/tina | ||
* create an issue or contribute at https://github.com/Wizcorp/tina.js | ||
*/ | ||
@@ -21,0 +21,0 @@ |
@@ -18,3 +18,3 @@ /** | ||
* Note: if you want a particular interpolation method to be added | ||
* create an issue or contribute at https://github.com/Wizcorp/tina | ||
* create an issue or contribute at https://github.com/Wizcorp/tina.js | ||
*/ | ||
@@ -21,0 +21,0 @@ |
@@ -16,3 +16,3 @@ | ||
* Note: if you want a particular component to be added | ||
* create an issue or contribute at https://github.com/Wizcorp/tina | ||
* create an issue or contribute at https://github.com/Wizcorp/tina.js | ||
*/ | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
250124
353