I want to apply a class to an HTML element outside of Edge Animate, then delay by 5 seconds before returning to 'scene1'
I've tried this, on the click of an element:
sym.$(".animation").addClass("fade-out").setTimeout(sym.play("scene1"),5000);
I want to apply a class to an HTML element outside of Edge Animate, then delay by 5 seconds before returning to 'scene1'
I've tried this, on the click of an element:
sym.$(".animation").addClass("fade-out").setTimeout(sym.play("scene1"),5000);