mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
881357e855
commit
06398a4360
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 = 700;
|
var speed = 300;
|
||||||
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