@blinkk/degu
Advanced tools
Comparing version 0.0.314 to 0.0.315
@@ -13,2 +13,3 @@ export interface rangedProgress { | ||
noInterpolationDefault?: string; | ||
visibilityId?: string; | ||
stagger?: interpolateStaggerOptions; | ||
@@ -15,0 +16,0 @@ staggerItem?: boolean; |
@@ -107,2 +107,6 @@ "use strict"; | ||
this.currentValues[config.id] = interpolatedValue; | ||
if (config.visibilityId) { | ||
this.currentValues[config.visibilityId] = | ||
interpolatedValue <= 0 ? 'hidden' : 'visible'; | ||
} | ||
} | ||
@@ -109,0 +113,0 @@ if (config.onUpdate) { |
{ | ||
"name": "@blinkk/degu", | ||
"version": "0.0.314", | ||
"version": "0.0.315", | ||
"description": "A general utility library for interactive websites, with a focus on performance.", | ||
@@ -5,0 +5,0 @@ "author": "Blinkk <hello@blinkk.com>", |
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
583364
16205