Results 1 to 3 of 3

Thread: Step Carousel wrong animation after 13 panels?

  1. #1
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Step Carousel wrong animation after 13 panels?

    1) Script Title: Step Carousel

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

    3) Describe problem:

    http://dashtone.com/

    Sliding to the right, I am able to go 13 panels with the normal animation, but once I get to the 14th panel, the "wrap around" animation is used to transition between each slide.

    Basically, I can't figure out why the animation changes after the 13th panel, is this a setting I'm missing? Thanks!

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

    Default

    Hmm try upgrading to a newer version of jQuery, which seems to do the trick for me. Remove the below line in the HEAD section of your page:

    Code:
    <script type='text/javascript' src='http://dashtone.com/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
    and replace that with:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    DD Admin

  3. #3
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much for your quick and helpful reply! Updating the version of jquery fixed the problem

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
  •