0
how do i fade out a button and make it unclickable?
fade out a button and once its faded out make it unclickable. any easy ways of doing that. qq (quick question)
2 ответов
+ 4
Yes
Step 1 : Use Opacity property to fade out the button
Step 2 : use pointer-events property and set it to none, that makes button unclickable 😉
+ 1
thanks.