Closed josoroma-zz closed 9 years ago
You can use this with angular animate. Assuming you have the animation on the class i-am-in-view
:
<h1 in-view="thisIsInView = $inview" ng-class="{ 'i-am-in-view':thisIsInView }">Hola</h1>
Great, thanks!
Just for the record, for some reason it doesn't play well with Animate.css and when you inview, the animated element blinks (shows up) for a millisecond and than starts the animation as suppose to. It's not angular-inview bug, and by writing the animation myself it works like a charm.
it is possible to use this module with animate.css or nganimate to produce a fade to the element ".text-headline"?
Thanks in advance.