Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tina

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tina - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

component.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc