I'm using just this:
fadeIn(1000)
- delay(6000)
- fadeOut(1000)
(8 seconds)
To display an alert for the user, I decided to put a button on the alert for the user to give dismiss
, using fadeOut(300)
, but it does not work.
The fadeOut
only executes after delay()
terminates, can force delay()
to stop?