next-page-transitions
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -189,3 +189,3 @@ "use strict"; | ||
} | ||
} else if (needsTransition && !isIn && state === 'exited') { | ||
} else if (needsTransition && !isIn && (state === 'enter' || state === 'exited')) { | ||
if (shouldDelayEnter(nextChildren)) { | ||
@@ -192,0 +192,0 @@ // Wait for the ready callback to actually transition in, but still |
{ | ||
"name": "next-page-transitions", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "Simple and customizable page transitions for Next.js apps", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
27525