top of page

Concept Art Gallery

BE AN EXCLUSIVE AETHERIAN SUPPORTER AND RECEIVE  NEWS AND UPDATES TO YOUR EMAIL

Thanks for submitting!

  • Facebook
  • Instagram
  • YouTube

©2022 Aetherian Studios©

bottom of page
var animateButton = function(e) { e.preventDefault; //reset animation e.target.classList.remove('animate'); e.target.classList.add('animate'); setTimeout(function(){ e.target.classList.remove('animate'); },700); }; var bubblyButtons = document.getElementsByClassName("bubbly-button"); for (var i = 0; i < bubblyButtons.length; i++) { bubblyButtons[i].addEventListener('click', animateButton, false); }