Is it possible to somehow add a delay when starting an animation? The use case would be for example a leaderboard in which each row enters the screen just after the previous one. As for now I would implemented a different animation for every row with a different initial keyframe position. It would be nice to have a single AnimationDefinition, and having multiple AnimationInstance call something like
Code: Select all
animInstance->Start(delay)
Is it possible to achieve something similar?