three.js - tween three js start from part -


i have tween

rotate = new tween.tween({ vertical:min  }).to({ vertical:max },3000000).easing(tween.easing.linear.none).start() 

and want start half, or part. possible?

enter image description here


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -