1. Other Sprite Settings are dynamic features:
- POSITION ANIMATION - to change x and y sprite position;
- SCALE ANIMATION - to change the sprite scale over time;
- TRANSPARENCY ANIMATION - to change the alpha.
Common settings for all above mentioned are:
Duration - length of the sprite animation;
Repeat - by default -1, e.g. the sprite activity is repeated until the overlay ends;
- 0 - no repeating, that means animation plays just 1 time;
- 1- more - the sprite action is repeated that number and then stops;
Easing Function - specify the rate of change of the animation value over time;
Tip: the impact of this setting is a different change of sprite movement; often the difference is not spotted when the duration is short.
Yoyo - by default ON; makes the animation return to the initial state.
