reactjs-coverflow-scale
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -160,3 +160,3 @@ 'use strict'; | ||
value: function _fnScale(x) { | ||
return 2 - x / this.props.factor; | ||
return 2 * Math.exp(-x / 2); | ||
} | ||
@@ -163,0 +163,0 @@ }, { |
{ | ||
"name": "reactjs-coverflow-scale", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A coverflow module for React", | ||
@@ -5,0 +5,0 @@ "main": "lib/reactjs-coverflow.js", |
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
17524