Initial Commit

This commit is contained in:
mathias 2014-11-14 21:53:42 +02:00
parent 4136f33f8b
commit 236c2be4af

View file

@ -1,7 +1,7 @@
(function() // Code in a function to create an isolate scope
{
var speed = 500;
var moving_frequency = 35; // Affects performance !
var moving_frequency = 15; // Affects performance !
var links = document.getElementsByTagName('a');
var href;
for(var i=0; i<links.length; i++)