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)
|
||||
, imin = parseFloat(ui.inputs.slant.min)
|
||||
, imax = parseFloat(ui.inputs.slant.max)
|
||||
, wspeed = 200 // lower is faster; time divisor
|
||||
, ispeed = 800
|
||||
, wspeed = 800 // lower is faster; time divisor
|
||||
, ispeed = 1600
|
||||
, clamp = 0.001
|
||||
, startTime = monotime()
|
||||
function update() {
|
||||
|
|
|
|||
Reference in a new issue