Skip to content

Commit

Permalink
add a small check to the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Jan 14, 2015
1 parent 09e8606 commit ebe1b0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ <h1>WOW.js</h1>
wow = new WOW(
{
animateClass: 'animated',
offset: 100
offset: 100,
callback: function(box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
Expand Down

0 comments on commit ebe1b0a

Please sign in to comment.