jquery - Navigation bar disappears with CSS animations -


i using css3 animations animate.css library. real nice , work when combine them wow.js

however, when scrolling down page , animations go screen, fixed navigation bar on top of screen disappears couple seconds, time animation displaying, , goes screen.

how can avoid happen? don´t want fixed navigation bar disappear, ever.

i fixed it! after many tries deleted z-index property of fixed navbar section , doesn´t disappear anymore.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -