New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 0.2.3

2

component.json
{
"name": "tina",
"version": "0.2.2",
"version": "0.2.3",
"description": "Tweening and INterpolations for Animation",

@@ -5,0 +5,0 @@ "main": "src/index.js",

{
"name": "tina",
"version": "0.2.2",
"version": "0.2.3",
"description": "Tweening and INterpolations for Animation",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -11,12 +11,13 @@ # TINA

* **Easy to use** (API strongly inspired by Tweenjs)
* **Easy to debug**
* **High performance**
* **Easy to debug** (Proper warnings)
* **High performance** (Competitive with Tweenjs)
* **High flexibility** (tween parameters can easily be modified after creation and even when they are running)
* **High customizability** (possibility to use custom easing and interpolation functions and playable components)
* **Running options** (delay, iterations, pingpong, persist and speed)
* **Open source** and MIT License (use it as you please)
* A consequent library of **easing and interpolation methods**
* A variety of components such as **Timeline** and **Sequence** (**Recorder** coming soon)
* **High flexibility** (tween parameters can easily be modified after creation and even when they are running)
* **Running options**: delay, iterations, pingpong, persist and speed.
* **High customizability** (possibility to use custom easing and interpolation functions and playable components)
* **Good synchronisation** between tweens
* **Relative tweening** enables the possibility to alter objects while they are tweening
* **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

@@ -169,3 +170,3 @@

.add(myTweenB)
.addDelay(1)
.addDelay(1000)
.add(myTweenC)

@@ -172,0 +173,0 @@ .start();

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