Hi Justin!
I have some nice timed fade in animations that run sequentially on page load. The animations work well but they run each time you enter a page (in this case vertical scroll). The animations are only running once while you are on the page but if you leave the page and come back, they run again. I'd prefer them to just run one time then stay in the final state but I can't figure it out.
I'm very poor with .js but part of the code looks like this data-ani-load="go({target:this},[{n:1,id:895,act:'play'},{n:1,id:892,act:'play'}], 'pageload');"
Any ideas?
Many thanks in advance, Emerson