Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Header Scrolling Effect

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198496
    therockstar
    Participant

    G’day everyone,

    How to achieve this scrolling effect https://twitter.com/MinuStudio.

    When you scroll down display picture Fade up and shrink display picture Fade in from bottom.

    Appreciated if someone help me find plugin or tutorial link.

    Thanks

    #198525
    Shikkediel
    Participant

    Because it’s responding to scroll position, there must be some JavaScript at work. Then the basic idea would be similar to this :

    Sticky nav recent topic

    In this case it would involve a slideUp() of the logo and switching the main menu from absolute to fixed position (for example).

    Edit – Senff made a plugin for the stickiness (cloning existing menu) :

    http://codepen.io/senff/pen/ayGvD

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.