jQuery: Animated header plugin
        Posted  
        
            by Fverswijver
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fverswijver
        
        
        
        Published on 2010-05-13T16:00:45Z
        Indexed on 
            2010/05/13
            16:34 UTC
        
        
        Read the original article
        Hit count: 308
        
I'm looking for a jQuery plugin that can help me with the following:
I have a list of images I want to use for my header but they are pretty big (height especially) and I don't want to resize them to fit my small header div.
What I'd want is a plugin that allows the images to start at the bottom of the div (or rather the top of the image at the top of the div) and move upwards so the entire image can be seen, and once up they are shown entirely (bottom of image at bottom of div) they should "blend" (opacity toggle or something alike) with the next image and thus create a continuous loop with all the images.
I've looked through several plugins but have never found one that can achieve what I'm looking for (maybe I'm asking for a tad too much) but my JS is not sufficient enough to build it myself.
Thanks!
© Stack Overflow or respective owner