Making fadeIn in fixed scroll menu div with jquery

0

I am trying to make my fixed menu open with fade when scrolling the page plus my code is not working, and as I do not understand much of JS I am asking for help here to try to solve my problem.

Come on!

Follow my bootply to a preview!

BOOTPLY

I wanted to scroll the page my fixed menu make a fade, and when it comes back it comes back normal and cool on top!

Could someone give me that help?

    
asked by anonymous 23.07.2015 / 16:03

1 answer

1

Before giving fadein you need the element not to be displayed.

I made an example directly in your code, follow the link BOOTPLY

I hope I have helped.

    
23.07.2015 / 16:57