600
Views
2
Comments
How to enable the animate property of the container widget?
Question

Can we set the animate property of the container to "Yes"? 

If so... How to achieve it?

cont.PNG
2020-02-28 09-46-54
Eduardo Jauch

Hi Ebina.

The animation is available ONLY when the visibility of the container changes.
But your container has Visible set to True, so it will never change and thus the animation is not available.

Use a variable in the Visibility and set the value of it to what you want (True or False), and when you change its value, the Animation effect, if set to Yes, will happen.

Cheers,

2020-09-01 14-21-15
Syed Kamran

Eduardo Jauch wrote:

Hi Ebina.

The animation is available ONLY when the visibility of the container changes.
But your container has Visible set to True, so it will never change and thus the animation is not available.

Use a variable in the Visibility and set the value of it to what you want (True or False), and when you change its value, the Animation effect, if set to Yes, will happen.

Cheers,

 Hi

Kindly let me know from where can i change the default animate style that comes on Yes

Thanks

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.