Jitendra Sahoo

Jitendra Sahoo

  • NA
  • 123
  • 1.7k

How to make animation for multiple control in parallel with fly in fro

Aug 27 2020 5:32 AM
I am making a multiple choice quiz app in xamarin forms as like attached image
 
 
when i click next button then next question and answer is coming but i want to put animation on that. I want when i clicked on "next" button four option will come from bottom in fly in effect.any effect is acceptable, no issue. But my actual issue is when i used await TranslateTo or ScaleTo in all button it will happen but the effect is coming one by one. After first button effect complete then second is starting, But i need same effect in all 4 button in same time. if anybody suggest it can be helpful to me.