Results 1 to 2 of 2

Thread: scrollbar drives animated gif?

  1. #1
    desigpa Guest

    scrollbar drives animated gif?

    Has anyone heard of this functionality, or know how to implement it? The functionality would be such that when the scrollbar is scrolled, the animated gif progresses.

  2. #2
    Join Date
    Sep 2010
    Location
    USA > Seatle > at my computer
    Posts
    220
    jquery has a scroll function simply

    $("#MyScrollBarID").scroll(function(){

    alert("the scroll bar moved")
    });

    I don't know how to do this with "plain" JavaScript But I am assuming it is just as easy.
    and thou shall not dual boot for ye can only serve one OS.

    Just to be clear Linux is a Kernel not an operating system.

Similar Threads

  1. Animated Gif problems across platforms
    By RussT in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Aug 2010, 10:58 PM
  2. Animated Gif problems across platforms
    By RussT in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Aug 2010, 10:52 PM
  3. Animated GIF won't work correctly in Firefox
    By photex in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 17 Nov 2009, 12:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •