image fade script, but with a 'flash' inbetween

Discussion in 'Programming' started by js09, May 24, 2010.

  1. #1
    looking for a simple jquery script that does a white flash during the transition.

    so instead of fading from one image to another, it quickly flashes a white image, then transitions to the next image. much more professional i'd say but I can't find an example anywhere.

    thanks!
     
    js09, May 24, 2010 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    just fade in a 100 opacity white div, then fade it out really quick
     
    ccoonen, May 24, 2010 IP
  3. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeah I thought of that, but if a new element (image, div, etc.) is loaded really quick, then the actual image would load in very quick as well. I haven't found a script yet with an 'interval' option built in.
     
    js09, May 25, 2010 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    So, preload the element first, then fade in a white div - set image to visible, then fade out the white div... it'll be seamless :)
     
    ccoonen, May 25, 2010 IP
  5. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    bump, still looking!
     
    js09, Jun 11, 2010 IP
  6. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i'm thinking a possibility would be to fade the image out quickly to display a white colored div, then quickly fade in a new image
     
    js09, Jun 11, 2010 IP
  7. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    anyone? :x
     
    js09, Jun 15, 2010 IP
  8. js09

    js09 Peon

    Messages:
    232
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    ^^^^^^^^^^^^^^^^^
     
    js09, Jun 16, 2010 IP