Difference between revisions of "GCcollabNNHPDtest"

From wiki
Jump to navigation Jump to search
(Replaced content with "<!-- Template for HSIB onboarding page --> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="https://ajax.googleapis.com...")
Tags: Replaced Visual edit
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
<!-- Template for HSIB onboarding page -->
 
  
<html>
 
 
<head>
 
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
 
<script>
 
 
function animateLinkBox() {
 
 
var angles = ["1deg","2deg","3deg", "4deg", "359deg", "358deg", "357deg", "356deg"];
 
 
//var x = ["-1px", "-2px", "-3px", "-4px"];
 
 
//var y = ["5px", "6px", "7px", "8px"];
 
 
var randAngle = randomDoubleFromInterval((-3),(3));//angles[Math.floor(Math.random() * angles.length)];
 
 
//var randX = x[Math.floor(Math.random() * x.length)];
 
 
//var randY = y[Math.floor(Math.random() * y.length)];
 

Revision as of 21:39, 25 January 2022