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

simple-animation-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-animation-js - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

3

package.json
{
"name": "simple-animation-js",
"version": "1.1.1",
"version": "1.2.0",
"description": "Simple animation library which uses CSS transitions in the background and allows animating dimension percentages with scrollWidth and scrollHeight.",
"browser": "dist/simpleAnimation.min.js",
"main": "dist/simpleAnimation.min.js",
"keywords": [

@@ -7,0 +8,0 @@ "javascript",

@@ -40,2 +40,3 @@ /* eslint-disable no-undef*/

expect(element.style._values).to.eql({
transition: 'height 5s linear,max-width 0.25s fadeout,opacity 0.25s linear',
height: '0px',

@@ -59,2 +60,3 @@ opacity: '1',

expect(element.style._values).to.eql({
transition: 'height 5s fadein,max-width 1.337s fadeout,opacity 1.337s fadein',
height: '0px',

@@ -161,2 +163,2 @@ opacity: '1',

});
});
});
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