I didn't see this attribute in the official documentation anywhere: data-animate-out but I noticed it when I was looking at the JS.
How do I make this fire when it's out of view and not just a delay? I want the opposite behavior of what the default is on all the Animate.css animations, which instead of animating when the user scrolls into view, I want them to animate when out of view.
I was trying to figure out how to modify the JS to only do them on exit by checking the location of view, but I couldn't get it.
Any ideas?
