Skip to content

Instantly share code, notes, and snippets.

@agektmr
Last active November 6, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save agektmr/e5aab5f338390f0a5184 to your computer and use it in GitHub Desktop.
Save agektmr/e5aab5f338390f0a5184 to your computer and use it in GitHub Desktop.
Copy and paste this code to your browser URL bar. (URLバーにコピペしてね)
data:text/html,<script>i=0;setInterval(function(){i=(i+100)%252000;document.querySelector('div').style.backgroundPositionX='-'+i+'px';},30);</script><div%20style="width:100px;height:100px;background:url(https://goo.gl/6nq9n5)">
@agektmr
Copy link
Author

agektmr commented Nov 6, 2015

This won't work in Firefox for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment