Android Question How can i start two animations simultaneously?

erfan

Member
Licensed User
Longtime User
I want to start two kind of animations for one view simultaneously. for example i want it to be Translated at the same time Fadein! how can i do it?
 

barx

Well-Known Member
Licensed User
Longtime User
You need animation set. Which I believe is still only available in animation plus v2+ (donationware)
 
Upvote 0

erfan

Member
Licensed User
Longtime User
B4X:
AddAnimation (Anim As AnimationPlusWrapper)
Adds a child animation to this animation set.
Anim: animation to add.

thanks. i didnt know about the technical term!
as you said the free version dose not have animation set
 
Upvote 0
Top