-
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
-
-
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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks