animator
animator copied to clipboard
Chaining animations?
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!
it is just as you did , simply like that :) LightSpeedIn child: LightSpeedOut