Three scroll triggered animations on one object. Can it be done?

@vincent,

Thanks for the reply!
I am currently using a section element as a trigger when it scrolls into the viewport. That event is providing the trigger for all three animations applied to an img on the page that is separate from the section element.

You’re saying I need to separate the triggers to empty divs? I will give that a shot. I was under the impression that one event could trigger multiple interactions but your way sounds much more organized.