Qt 6.11 is out! See what's new in the release
blog
Is it possible to create SequentialAnimations dynamically?
-
I've seen a lot of examples for creating
Componentsdynamically and it got me wondering if it is possible to create animations - like setting up a SequentialAnimation on they fly.Looking at the docs I see nothing about "addElement" or any functions for managing the child animations of a
SequentialAnimation.