How would I set up an event listener to detect a CSS animation end - and go to either a new URL, or alternatively another div on the same page.
            Asked
            
        
        
            Active
            
        
            Viewed 32 times
        
    0
            
            
        - 
                    `element.addEventListener('transitionend', callback, false);` – Insane Skull Oct 14 '15 at 10:09
- 
                    I'm fairly new to javascript how would I incorporate this into the page from... script tag to close script tag, Thank you for your help.. my apologies if this is baby step stuff... – Darren Oct 14 '15 at 10:11
