Easter Egg Google Roll (ish)

Found this online, then forgot but used it for a funny treat on a sales system when they hit a huge target


<style>
.barrel_roll {
-webkit-transition: -webkit-transform 4s ease;
-webkit-transform: rotate(360deg);
-moz-transition: -moz-transform 4s ease;
-moz-transform: rotate(360deg);
-o-transition: -o-transform 4s ease;
-o-transform: rotate(360deg);
transition: transform 4s ease;
transform: rotate(360deg);
}
</style>
<script>
$(function() { /* code here */
document.getElementsByTagName('body')[0].className='barrel_roll';
});

</script>

Thanks to whoever wrote it first; sorry I can't remember where it came from.

Comments

Popular posts from this blog

cf_sql_timestamp vs cf_sql_date vs getdate()

Global SQL Procedure, System Objects and sp_ms_marksystemobject

Ghost Records, Card Recon and PCI Compliance