From 41da4dd15372a6220c4399b80295cb82cd1cba2c Mon Sep 17 00:00:00 2001 From: "Mr. Wan" Date: Tue, 23 Jun 2020 22:36:48 +0700 Subject: [PATCH] Change animateClass Animate.css Update to Animate.style and Animate.style add prefix is animate__ so i have fix :D --- src/WOW.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WOW.js b/src/WOW.js index f291f6f..c61190a 100644 --- a/src/WOW.js +++ b/src/WOW.js @@ -139,7 +139,7 @@ function getComputedStyle(el) { export default class WOW { defaults = { boxClass: 'wow', - animateClass: 'animated', + animateClass: 'animate__animated', offset: 0, mobile: true, live: true,