New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tina

Package Overview
Dependencies
Maintainers
3
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.3.8 to 0.3.9

bugFix.js

2

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

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