Hi
I coundn't find document explaining what animate property in container do
how to use this property?
Hello
you can check here the documentation is available
It works on the visibility property, when it changes
https://success.outsystems.com/Documentation/10/Reference/OutSystems_Language/Mobile_Interfaces/Designing_Screens/Container
Hope this helps
Thanks
You can also go through this discussion for better understanding.
https://www.outsystems.com/forums/discussion/35666/how-to-enable-the-animate-property-of-the-container-widget/
https://outsystemsui.outsystems.com/WebStyleGuidePreview/Animate.aspx
https://www.outsystems.com/forums/discussion/52819/container-animate-property-and-direction/
Regards,
Supriya
Hi dear furutani daichi,
1.The animation is YES ONLY when the visibility of the container changes.
2.Use a boolean variable in the Visibility of container then,animation will be Enable for you as (YES/NO).
When you change the value of it, the animation occurs.
You can also go through this link.
Thank you. I know Animate can be changed by setting boolean variable on property. But I coundn't figure out difference between YES and NO.
It seem even if I set NO, animate occured when visible changed.
I thought if Animate is NO, inside Animate widget does not animate its content. but it did.
Hi,
Animate block is consumed from OutsysystemsUI Library module and check the properties of this module.
For your reference attached the screenshot for the same.
You can see the default transition is Slide from Right. This is the reason behind.
It is nothing with default transition. I cloned and refered OutsystemsUI which changed default transition to Fade. but still same result.