Posted by jonathanp on September 21, 2009 at 2:17am
We're using jCarousel on all pages on a site. The carousel is set to slide from one set of images to the next every few seconds. The transition effect is slide-left. This works great -- almost everywhere. On the main page, we have a Dynamic Display Block front-and-center. This block is set to use fade to move between four different images. This works as well. But, on that one page, the transition effect of the jCarousel is lost. Instead of sliding from one set of images to the next, the images just change.
If I look at my error console, I see the following error:
Error: jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")] is not a function
Source File: <snip>jquery.js
Line: 3321While I understand what the error means, I can't figure out why it's failing.
We're using Drupal 6.13, jCarousel 6.x-1.1, and Dynamic Display Block 6.x-1.0-rc6.
Any help would be greatly appreciated!!
Thanks.