Can we set the animate property of the container to "Yes"?
If so... How to achieve it?
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,
Eduardo Jauch wrote:
Hi
Kindly let me know from where can i change the default animate style that comes on Yes
Thanks