0
Respuestas

Hide element trouble

Melissa Lind hace 10 años actualizado por Ezra Weinstein (Administrator) hace 10 años 5
I want the element to fadeout and in once and then dissapear on page load. The element blinks but does not hide after blinking. Is this correct:

Image 177

Image 178

Respuesta

Respuesta
Respuestas
Try to use a chained behavior rather than the delay before.
Respuesta
Respuestas
Try to use a chained behavior rather than the delay before.
With a chained behavior, what would I use to make the delay?
By definition a chained behavior occurs after the first behavior.  If you still need a delay then add a delay before the second action set or after the first one, but regardless try using chained behavior.
The problem here was that you made the FadeOutIn to Replay one time, so after the first time the behavior is triggered, it will replay one more time. That will take 1 second but you have the Hide behavior set to 500ms so the Hide behavior will interrupt the FadeOutIn behavior.