MCPcopy Create free account
hub / github.com/collidingScopes/shimmer / getUserInputs

Function getUserInputs

wavyImage.js:114–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112setTimeout(createAnimation, 2000);
113
114function getUserInputs(){
115 console.log("get user inputs");
116 speedInputValue = Number(speedInput.value) /15000;
117 videoDuration = Math.max(1,Math.min(120,Number(videoDurationInput.value)));
118 xAmpInputValue = Number(xAmpInput.value);
119 yAmpInputValue = Number(yAmpInput.value);
120}
121
122function setOscSpeed(){
123 xFreqValue = Number(xFreqInput.value) / 200;

Callers 2

wavyImage.jsFile · 0.85
randomizeInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected