Question
Increasing the opacity of model using JS
Initially i have set the opacity of model to be 0 and want it to gradually increase from 0 to 0.8 when a button is pressed using javascript. I tried do-while loop but it didn't work for me.
Any help would be appreciated.

