Wish Imageview Set[Color,Layout,Visible]Animated event

JordiCP

Expert
Licensed User
Longtime User
It would be nice to add the possibility to add an event to be called when the ImageView's methods "SetColorAnimated", "SetLayoutAnimated", "SetVisibleAnimated", are finished.

I think they are based on the ViewPropertyAnimator (correct me if I am wrong) and this event ("withEndAction" statement) would be very useful to synchronize things with no need of timers.

I know there exist the Animation/AnimationPlus libraries, but they are "view" animations, so the properties remain the same unless you change them accordingly. Besides, it would be good to have this possibilty for any B4A "core" view with its own methods.
 
Top