Q1. Which of the following types cannot be used with the special on-property syntax?
- Animation
- Transition
- Behavior
Q2. Which QML type allows you to configure a sprite animation with transitions between multiple states?
- SpriteSequence
- Image
- AnimatedSprite
Q3. Which QML type is able to prevent any instant change of the property's value and perform a gradual change of value instead?
- Timer
- Behavior
- PropertyAction