This animation has several sub animations, let's say they are A, B, C. A has 60s, B and C has 20s.
On android, the B and C will stop after 20s, and A will continue to play until 60s. then they will repeat again.
On web, the B and C will repeat immediately after 20s.
I am using this json file as input: https://www.gstatic.com/quartz/broadcast/animations/DEFAULT/phase2.json
This animation has several sub animations, let's say they are A, B, C. A has 60s, B and C has 20s. On android, the B and C will stop after 20s, and A will continue to play until 60s. then they will repeat again. On web, the B and C will repeat immediately after 20s.
the android code:
the web code:
How could I solve this problem ? Any response will be greatly appreciated! Thank you!