Image Panning

Discussion in 'JavaScript' started by icu222much, Aug 22, 2009.

  1. #1
    I am wondering how I would have a series of images pan across the browser from right to left? For example, I have several different images of clouds and I would like them to do a simple linear pan from right to left. Every ten seconds, a new cloud would begin panning. How would I do this in JavaScript?
     
    icu222much, Aug 22, 2009 IP
  2. ajaXpert

    ajaXpert Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    There are some scripts for shifting images like that. You can find them in google, however you can do this with scriptaculous library and a little more code of your own easily. See script.aculo.us
     
    ajaXpert, Aug 25, 2009 IP
  3. icu222much

    icu222much Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you.
     
    icu222much, Aug 25, 2009 IP