Quando tento executar o comando de script:
$(function(){
new WOW.init();
});
O navegador me retorna o seguinte erro no console: "Uncaught TypeError: WOW.init is not a function"
Quando tento executar o comando de script:
$(function(){
new WOW.init();
});
O navegador me retorna o seguinte erro no console: "Uncaught TypeError: WOW.init is not a function"
Problema corrigido, ao invés do comando ser WOW.init, deveria ser escrito como WOW().init()