Opened 9 years ago
Closed 9 years ago
#14610 closed bug (notabug)
Jquery delay, does not delay visiblity after the set amount of milliseconds.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if(y < 540){hide the replacement navbar
$('#repl-nav').delay(900000).css('animation-duration','1.9s').css('animation-name','navbar-slideup').delay($('#repl-nav').css('visibility','hidden'), 1900);
Usually the .delay function would delay the visibility after the animation is done but here it does not do that.
}
Note: See
TracTickets for help on using
tickets.
From http://api.jquery.com/delay/:
.css()
never uses the queue.