From ebe1b0ad1e2846bc279a0908e6c1a6e5218e8e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Wed, 14 Jan 2015 16:01:36 +0100 Subject: [PATCH] add a small check to the demo --- demo.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/demo.html b/demo.html index cb9d7ff..41eb21f 100644 --- a/demo.html +++ b/demo.html @@ -35,7 +35,10 @@

WOW.js

wow = new WOW( { animateClass: 'animated', - offset: 100 + offset: 100, + callback: function(box) { + console.log("WOW: animating <" + box.tagName.toLowerCase() + ">") + } } ); wow.init();