Forums

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

Home Forums JavaScript JQuery Full Page Slider

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37682
    JediN1nja
    Participant

    Hi everyone,

    I want to make my website so that when I’m clicking on a menu link the scrolls the page in some direction, but not just to a particular section on a long page. Exactly like this:

    http://glamour.biz/

    #101431
    scheme
    Member

    This could be achieved with the :target selector, absolute positioning and transitions.
    Using jQuery would yield better browser compatibility. You could simply bind some scripts to your navigation links that do some animated CSS positioning.

    #101417
    JediN1nja
    Participant

    What I thought was wrapping all the content in page divs. So in that sense you are simply animating 2 divs at the same time. So when you click for example the about button in the menu, the

    gets animated upwards with a slide animation to display:none; and

    also gets animated upwards but from the bottom to reveal it’s contents.

    Lol if that even makes sense :)

    #101637
    JediN1nja
    Participant

    That is exactly it! :D Thank you so much!

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