Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Oláh committed Aug 19, 2015
1 parent a0d0620 commit f2cc491
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ var wow = new WOW(
callback: function(box) {
// the callback is fired every time an animation is started
// the argument that is passed in is the DOM node being animated
}
},
scrollContainer: null // optional scroll container selector, otherwise use window
}
);
wow.init();
Expand Down

0 comments on commit f2cc491

Please sign in to comment.