Skip to main content
Inspiring
February 20, 2008
Answered

Transitions and buttons

  • February 20, 2008
  • 1 reply
  • 353 views
HI,
I'm trying to control transition animations through navigation buttons, but since my transition animations are 3 seconds long, I would like to know the best way to make the buttons inactive until the current playing transition has finished. This is so the transitions don't overlap or become choppy once a user clicks a new button while another transition has already begun.
Thanks.
This topic has been closed for replies.
Correct answer crisbosch
Thanks for the tip.

1 reply

robdillon
Participating Frequently
February 21, 2008
You can turn off the enabled property of the button for the period that you don't want the user to be able to use the button. Then turn it on again when want the button to work again.

Please be sure to consider the confusion that you may cause the user if you disable buttons for less than obvious reasons.
crisboschAuthorCorrect answer
Inspiring
February 21, 2008
Thanks for the tip.