@cloudfour/transition-hidden-element
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@cloudfour/transition-hidden-element", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A JavaScript utility to help you use CSS transitions when showing and hiding elements with the `hidden` attribute.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -128,3 +128,3 @@ # Transition Hidden Element | ||
### isVisible() | ||
### isHidden() | ||
@@ -131,0 +131,0 @@ Returns the current hidden status of your `element`. It returns `true` if the element has the `hidden` attribute or is missing the `visibleClass`. |
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
31335