Initial Commit

This commit is contained in:
mathias 2014-11-14 21:54:28 +02:00
parent 236c2be4af
commit 881357e855

View file

@ -1,6 +1,6 @@
(function() // Code in a function to create an isolate scope
{
var speed = 500;
var speed = 700;
var moving_frequency = 15; // Affects performance !
var links = document.getElementsByTagName('a');
var href;