react-scrubber
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -134,2 +134,4 @@ "use strict"; | ||
classes.push('hover'); | ||
if (this.state.seeking) | ||
classes.push('seeking'); | ||
if (className) | ||
@@ -136,0 +138,0 @@ classes.push(className); |
{ | ||
"name": "react-scrubber", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "React scrubber component with touch controls, styling, and lots event handlers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -62,1 +62,2 @@ # [react-scrubber](https://nick-michael.github.io/react-scrubber/) | ||
| onScrubChange | function | No | Called on mouse move while scrubbing | ||
| custom props | any | No | Any other props will be applied to the outermost 'scrubber' div |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25865
409
63