I'm wondering if we can animate the change in the isEnabled property of a view from true to false?
in more details, I have a view that when I want to change it's enabled property by calling setEnabled(false)
I want this change to be animated so that the transition of the enabled property from true to false takes a couple of milliseconds instead of being applied instantly.
is there a way to do this?