yet-another-react-lightbox
Advanced tools
Comparing version 3.21.1 to 3.21.2
@@ -36,3 +36,3 @@ import * as React from 'react'; | ||
], { | ||
duration: !reduceMotion ? zoomAnimationDuration !== null && zoomAnimationDuration !== void 0 ? zoomAnimationDuration : 500 : 0, | ||
duration: !reduceMotion ? (zoomAnimationDuration !== null && zoomAnimationDuration !== void 0 ? zoomAnimationDuration : 500) : 0, | ||
easing: zoomAnimation.current ? "ease-out" : "ease-in-out", | ||
@@ -39,0 +39,0 @@ }); |
{ | ||
"name": "yet-another-react-lightbox", | ||
"version": "3.21.1", | ||
"version": "3.21.2", | ||
"description": "Modern React lightbox component", | ||
@@ -5,0 +5,0 @@ "author": "Igor Danchenko", |
Sorry, the diff of this file is too big to display
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
223134