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

animoto

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animoto - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

animoto-demo.gif

7

index.js
var Animoto = (function(opts){
console.log(opts)
opts = opts || {}

@@ -10,2 +9,3 @@ if (!opts.start && !opts.stop) {

var stop = opts.stop;
var fps = opts.fps || 60;
var duration = opts.duration || 1000

@@ -61,2 +61,3 @@ var onTick = null;

} else {
clearInterval(interval)
onDone()

@@ -66,3 +67,5 @@ }

window.requestAnimationFrame(step)
var interval = setInterval(function(){
window.requestAnimationFrame(step)
}, 1000/fps)
}

@@ -69,0 +72,0 @@

{
"name": "animoto",
"version": "0.0.1",
"version": "0.0.2",
"description": "Javascript utility for animations",

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

## Animoto
> Javascript utility for animations
![animoto demo](https://raw.github.com/joegesualdo/animoto/master/animoto-demo.gif)
## Install

@@ -5,0 +7,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