We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce0f46 commit dd21977Copy full SHA for dd21977
js/animateCSS.js
@@ -155,4 +155,4 @@ function removeAnimateCSS (element, animation) {
155
node.classList.remove("animate__animated", animationName);
156
node.style.removeProperty("--animate-duration");
157
}
158
-module.exports = { AnimateCSSIn, AnimateCSSOut };
+if (typeof window === "undefined") module.exports = { AnimateCSSIn, AnimateCSSOut };
0 commit comments