fuck you, webkit.

This commit is contained in:
jomo
2014-06-30 21:45:31 +02:00
parent 56c60ebbfc
commit b7f0757e88
2 changed files with 9 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ $(function(){
if ( pressed.toString() == keys.toString() ) {
$('html').css('overflow-x', 'hidden');
$('body').css('animation', '1s alternate-reverse infinite wiggle');
$('body').css('-webkit-animation', '1s alternate-reverse infinite wiggle');
$('img').css('transform', 'rotate(180deg)');
}
});