Hey guys,
I'm on a nodejs spa and in my page I'd like to have an inview animation (fadeinup).
When clicking on navigation pages, if the element with the inview animation is already inview, the animatoon is not triggered and the element remain hidden...
So, I thought of adding in any content page needed, a pageflow with autoRun enabled. And inside it just call browser.scrollToY(2).
This does the trick and the inview animation is triggered.
Is this a good/acceptable method or I should go another way?
Thanks in advance