12
Reply

How to increase and decrease opacity of a form?

Kanhialal kk

Kanhialal kk

Jul 19 2011 3:26 AM
3.1k
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)