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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -