So What I want to do is scroll to 150px then have an animation play on the timeline so like this:
if ((window).scrollTop() = 150) {
sym.play("FirstAnimation");
}
But I can't get it to work....
So What I want to do is scroll to 150px then have an animation play on the timeline so like this:
if ((window).scrollTop() = 150) {
sym.play("FirstAnimation");
}
But I can't get it to work....