mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-01 19:46:56 -05:00
Initial Commit
This commit is contained in:
parent
236c2be4af
commit
881357e855
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
(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 = 700;
|
||||||
var moving_frequency = 15; // Affects performance !
|
var moving_frequency = 15; // Affects performance !
|
||||||
var links = document.getElementsByTagName('a');
|
var links = document.getElementsByTagName('a');
|
||||||
var href;
|
var href;
|
||||||
|
|
Loading…
Reference in a new issue