simple-animation-js
Advanced tools
Comparing version 1.1.1 to 1.2.0
{ | ||
"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', | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33123
584