Description
The Zoom Screen behavior will change the screen zoom level by a specified amount when executed.
This behavior will Trigger an event when the screen has stopped zooming.
Properties
Triggers on Completion
Effect |
The effect used for the zoom tween animation if the duration is greater than 0. The default effect is Linear. |
Zoom |
This is the percentage of how much to zoom the screen to. The default zoom level is 100%. |
Duration |
The time it takes to zoom. The screen will smoothly zoom from the current zoom level to the zoom you specified. |
Outputs
This behavior does not have any outputs.
Examples
If you want your screen to zoom out smoothly over a period of 2 seconds, you can set the zoom to 50% and the duration to 2 seconds.
0 Comments