Initial Commit

This commit is contained in:
mathias 2014-11-14 21:54:57 +02:00
parent 881357e855
commit 06398a4360

View file

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