rubentd / toasty

Show Dan Forden's Toasty from Mortal Kombat as an Easter Egg for your website
rubentd.com/toasty
MIT License
46 stars 11 forks source link

toasty

Show Dan Forden's Toasty from Mortal Kombat as an Easter Egg for your website

Usage

<button id="toasty-button" style="padding:10px;">Show toasty</button>

<script>
    $(document).ready( function(){

        $("body").toasty();

        $("#toasty-button").click( function(){
             $("body").toasty('pop');
        });

    });
</script>

Demo and examples

rubentd.com/toasty