WOW js with Spiderable

Hi All,

I want to deploy a website created in Meteor, however, I have the following issue:

I use WOW js (http://mynameismatthieu.com/WOW/) in order to animate the content of the website.
It works in such a way that all animated elements are hidden (visibility: hidden) until you scroll to their positions. In conjuction with Spiderable package it gaves the result that elements are hidden and never show up (only under the url for crawlers: ?escaped_fragment= )

The reason is that under this url all scripts are deleted by Spiderable package so it has no chance to trigger WOW js animation. Do you know if it will be properly indexed by crawlers then? I am not a SEO master, so really thank you for your any help. :wink: