Is it not possible to trigger a timeline multiple times on a page?
For example, using a class on a row of something like .fade-parent as the trigger and then having .fade-child elements live inside .fade-parent (think an image gallery inside a row). And .fade-child is animated to fade in, staggered by .2s.
Then further down the page is another gallery with the .fade-parent class to trigger that gallery's images to fade in. I want to be able to re-use the .fade-parent trigger multiple times on a page
Current trigger settings attached. Maybe I just need to set it up a different way?