/Among-Us-Web-Animations

Some little Among Us "easter egg" animations to add to your webiste

Primary LanguageHTML

Among-Us-Web-Animations

GitHub last commit GitHub code size in bytes Lines of code

tenor

Some little Among Us "easter egg" animations to add to your webiste

Screenshot

image

Framework

Made with Visual Studio Code, HTML and CSS

How to use

If you want to add this easter egg to your website, follow instructions :

Style sheet reference :

<link rel="stylesheet" href="animation.css">

In body, image div :

<div class="amongusimg" onmousedown=sound.play()>
     <img src="https://wonder-day.com/wp-content/uploads/2020/10/wonder-day-among-us-21.png" width="250" height="250"> 
</div>

Sound script :

<script>
     var sound = new Audio();
     sound.src = "amogus.mp3";
</script>

But if you just want to test it out without adding it to your website, click here