Animations
ohyay will automatically animate layout visual changes (X, Y, width, height, background color, etc) to any elements in your Room:
![transition.gif 640](https://files.readme.io/8603253-transition.gif)
You can modify the speed of the transition by changing the Animation Duration property under the Layout category in the Advanced Properties panel:
![CleanShot 2021-08-10 at 20.40.12@2x.png 916](https://files.readme.io/91a7c56-CleanShot_2021-08-10_at_20.40.122x.png)
A longer duration will make the animation move slower. You can also modify the curve of the animation by changing the Animation Curve property:
![CleanShot 2021-08-10 at 20.41.35@2x.png 918](https://files.readme.io/0870042-CleanShot_2021-08-10_at_20.41.352x.png)
If you want to disable animations, you can turn off the Animate Transitions property:
![CleanShot 2021-08-10 at 20.42.30@2x.png 918](https://files.readme.io/d933923-CleanShot_2021-08-10_at_20.42.302x.png)
Updated almost 3 years ago