Forums

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

Home Forums JavaScript Animate content

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46015
    vhinmanansala
    Participant

    Does anyone here knows how to animate web elements when you scroll down just like this one http://adayinbigdata.com/ ? Im dying to know how to create like this.

    Thanks

    #141259

    Should be quite easy with the $(window).scroll(function(){…});

    Trigger the events depending on how far down you’ve scrolled.

    #141263
    vhinmanansala
    Participant

    is there any jquery plugin for like modernzr?

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