Forums

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

Home Forums JavaScript Image consecutive fade in effect

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34528
    kair
    Member

    Hello fella’s,
    I would like to introduce myself! My name is Kair, I am from Almaty, Kazakhstan! I have been web designing for around 10 years, but nothing past html, just small simple pages with basic coding. Due to school and college, I haven’t been practicing much. I came across this site today and it’s great!
    Using this opportunity, can some one help me here? I can’t find this script, must be ajax, which on page load starts fading in images or any content one after another. You can look at http://www.agarty.kz for the example when the links start to appear. Anyone know how to get this effect? Thanks in advance!

    #88091
    thomas
    Member

    The jQuery fadeIn() function should be able to help. You’ll need to use it with setTimeout() or pass a callback function to stagger the fades.

    #88092
    thomas
    Member

    Here’s a fiddle that might help: http://jsfiddle.net/Zrzhp/

    #88107
    GMB
    Participant

    Here’s a nice sequential fade in for divs, so it would need to be reworked slightly for image fade-ins:

    http://jsfiddle.net/RExZs/1/

    It’s a nice, smooth one.

    #88132
    kair
    Member

    hey those are great! thanks a lot!

    #88181
    thomas
    Member

    Thanks, @GMB, I forgot about the delay() function. Here’s a revised version of my fiddle that’s leaner on the JavaScript:

    http://jsfiddle.net/xGCYa/

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