12
Answers

How to increase and decrease opacity of a form?

Kanhialal kk

Kanhialal kk

13y
3.1k
1
Hi,

I am want to  (--) decrease the opacity of a form on timer
just like...
 if(progressbar.value=30)
 {
  this.opacity-=10;
 }

But this is not working

..

Please help..
Answers (12)