Are you sure you want to report the post shown below? This will send an email to the ATVO administrators.
Please include a short reason for reporting.
Users reporting for no reason may be locked out.
Post
Posted by Nick Thissen
on
You should not use a toggle show/hide if you want to use an animation to hide it. The "slide off" animation should finish playing first, and then you should hide it. This flow can be achieved most easily with a Storyboard where you can define multiple actions that should happen sequentially with a predefined timing.
In your example it would probably be these actions:
Show storyboard: - Show Widget - Start "slide in" animation
The storyboard should pick up on the duration of the animation and automatically set the start time of the second action so it hides only after the animation finished. You can change the timing if desired.
Most likely you will then use two buttons: one to start "Show storyboard" and one to start "Hide storyboard".