On the end of an animation attached to #profile I would like to start the animation attached to #design how would I change the external css attached to #design from animation play-state: paused; to animation play state: running; using the event listener (see below). Im stuck on the next part (after ("design"). Any help appreciated.
document.getElementById("profile").addEventListener("webkitAnimationEnd", function(){
var animation = document.getElementById("design")