Socket
Socket
Sign inDemoInstall

animates

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animates - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/animates.js

@@ -7,3 +7,2 @@ var css = require('./css')

opts = defaults(opts)
el.style.transition = transition(opts.speed, opts.easing, opts.delay)
setTimeout(start, 1)

@@ -13,2 +12,3 @@ return setTimeout(finish, opts.speed)

function start () {
el.style.transition = transition(opts.speed, opts.easing, opts.delay)
css(el, end)

@@ -15,0 +15,0 @@ }

{
"name": "animates",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny, performant replacement for jquery/animate using css3",

@@ -5,0 +5,0 @@ "main": "lib/animates.js",

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