Results 1 to 2 of 2

Thread: stepcarousel - script freeze

  1. #1
    Join Date
    Aug 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default stepcarousel - script freeze

    1) Script Title: stepcarousel

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.htm

    3) Describe problem:

    When a user tries to move too fast (say, clicks on a navigational arrow to stepBy('mygallery_food', -1)

    the script freezes up and doesn't unfreeze. if the user doesn't rapidly click the arrow, or link, then the script is great. but there is a limit on how fast the action can be called.

    is there any way to prevent this from happening. I tried to set delay, however that doesn't work because the calls are still made in succession, just delayed from when they were called, not spacing the calls out.

    thanks!

    bryan
    Last edited by bryanjowers; 08-01-2009 at 03:37 PM. Reason: clarify error

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

    Default

    Inside the .js file, try doing a search and replace, whereby search for "config.$belt.animate", and replace by "config.$belt.stop().animate". Does that help?
    DD Admin

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
  •