website: slow down animation speed of vara sample on front page
This commit is contained in:
parent
39325643df
commit
f9f044531f
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ function startAnimation() {
|
||||||
, wmax = parseFloat(ui.inputs.weight.max)
|
, wmax = parseFloat(ui.inputs.weight.max)
|
||||||
, imin = parseFloat(ui.inputs.slant.min)
|
, imin = parseFloat(ui.inputs.slant.min)
|
||||||
, imax = parseFloat(ui.inputs.slant.max)
|
, imax = parseFloat(ui.inputs.slant.max)
|
||||||
, wspeed = 200 // lower is faster; time divisor
|
, wspeed = 800 // lower is faster; time divisor
|
||||||
, ispeed = 800
|
, ispeed = 1600
|
||||||
, clamp = 0.001
|
, clamp = 0.001
|
||||||
, startTime = monotime()
|
, startTime = monotime()
|
||||||
function update() {
|
function update() {
|
||||||
|
|
|
||||||
Reference in a new issue