Проблема с wow.js (ошибка config)
Поставил wow.js.
Анимация срабатывает, но по ее окончанию выпадает ошибка в консоль. 
инициализация:
$(function () {
wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true,
live: true,
scrollContainer: null,
resetAnimation: true,
})
wow.init();
})
Брал wow.js и animate.css с гитхаба.