Results 1 to 3 of 3

Thread: Image Swap modification

  1. #1
    Join Date
    May 2014
    Posts
    203
    Thanks
    28
    Thanked 5 Times in 5 Posts

    Default Image Swap modification

    1) Script Title: Image Swap and HTML5 audio effect

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex15/domroll2.htm

    3) Describe problem: I realized i could use the image swap function of that script, for swapping between a front facing character image, to a backwards facing character image (for a browser based game). it almost looks like a really fast 3d rotate even though it's just a mouseover image swap. but it swaps sooooooooooo fast, a person could feasibly miss it entirely. is there a way to slow it down? perhaps have it count down 2 seconds after mouse out before swapping back to its original state?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You might try the below modified .js file, which adds a 1 second delay before switching the image back to the original onMouseout. Change 1000 inside the source code to your own, such as 2000 for 2 seconds.
    Attached Files Attached Files
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    jundo12 (05-25-2015)

  4. #3
    Join Date
    May 2014
    Posts
    203
    Thanks
    28
    Thanked 5 Times in 5 Posts

    Default

    thanks! that works great!

Similar Threads

  1. Resolved swap image and swap text
    By DIYPARTYHIRE in forum HTML
    Replies: 1
    Last Post: 08-13-2009, 02:31 PM
  2. image swap
    By froggy in forum JavaScript
    Replies: 2
    Last Post: 12-16-2008, 10:52 PM
  3. Replies: 0
    Last Post: 11-26-2008, 11:32 AM
  4. CMotion Image Gallery Help - Swap Image Problem
    By jessicabunnythomas in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 04-07-2008, 11:13 AM
  5. Help with Image Swap by Day
    By macross in forum JavaScript
    Replies: 1
    Last Post: 12-01-2005, 07:39 PM

Bookmarks

Posting Permissions

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