animator icon indicating copy to clipboard operation
animator copied to clipboard

Chaining animations?

Open xErik opened this issue 3 years ago • 1 comments

Hello, I'd like to chain to animations and create a sequence.

InOutAnimation depends on user interaction and does not run automatically.

Also, I am not sure that I understand how to use AnimationDefinition to achieve a chained animation.

Could you give an example of how to combine LightSpeedIn and LightSpeedOut into one animation that runs on its own?

This seems not to be the right approach:

LightSpeedIn
  child: LightSpeedOut

Thank you!

xErik avatar Sep 23 '22 12:09 xErik

it is just as you did , simply like that :) LightSpeedIn child: LightSpeedOut

amotalles avatar Nov 02 '23 15:11 amotalles