I am trying to key off a wowjs event so I can apply my own styling when it is revealed. Does anyone know of something that does this or will I just have to key off a scroll event?
Something like this would be great
$('#someId .fadeInUp').on('trigger', function(){});