Forums

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

Home Forums JavaScript On Load Text Effect

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

    In use on every page here:
    http://www.brandaiddesignco.com/

    Any idea of a jQuery/JS plugin that does that smooth slide/fade in effect?

    I found scrollReveal.js, but that does it every time you bring the text in view. I just want it to happen the first time each page loads.

    #168874
    newt
    Participant

    You might be able to achieve this solely with jQuery animations. I’m not sure it will be as smooth, though.

    I am a big fan of GreenSock (http://www.greensock.com/get-started-js/).

    Should be very simple with either of those.

    #168893
    dyr
    Participant

    Why not use a pure CSS solution?

    For example:
    http://codepen.io/shawkdsn/pen/haGzE

    Edit: This is the technique used on the site you linked.

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