mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-02 20:16:54 -05:00
Initial Commit
This commit is contained in:
parent
4136f33f8b
commit
236c2be4af
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
(function() // Code in a function to create an isolate scope
|
(function() // Code in a function to create an isolate scope
|
||||||
{
|
{
|
||||||
var speed = 500;
|
var speed = 500;
|
||||||
var moving_frequency = 35; // Affects performance !
|
var moving_frequency = 15; // Affects performance !
|
||||||
var links = document.getElementsByTagName('a');
|
var links = document.getElementsByTagName('a');
|
||||||
var href;
|
var href;
|
||||||
for(var i=0; i<links.length; i++)
|
for(var i=0; i<links.length; i++)
|
||||||
|
|
Loading…
Reference in a new issue