You need to manually specify a different "easing" effect when you configure your view. If you're not using Views module, then you'll need to specify an easing effect when using the API. jCarousel does not include any easing effects, you need to add these to the page manually such as <?php drupal_add_library('system', 'effects.bounce'); ?>.
I've having a similar issue, I'm hoping someone can offer a hand. I'm looking to add an easing effect to my carousel, but I'm new to jquery. I've got my carousel working fine, and I've added the jquery UI scripts to my site (and I can see they are loading properly). I had thought I would simply have to fill in the "Easing Effect" box of my view with the effect I want to use, but no matter what I put in that box the animation just stops working. What am I missing? Thanks much for your help.
Sorry I know I closed your other issue, but which easing effect are you wanting to add? Normally it's just a single word, lowercase like "bounce" that you'd enter in the box.
No worries, quicksketch. Really, I'd be thrilled to get any of the transitions to work -I figure if I can get one working I can get others to work. I've downloaded and included the jquery UI scripts for all of the easing effects and have them called in the theme file, I can see they are loading properly in the header. I tried adding "bounce" as an "easing effect" in my view but it doesn't do anything (just makes the animation stop) so I've left the field blank. If it helps, here is a link to the development server, you can see the carousel on the home page: http://s369348251.onlinehome.us/ Thanks much for the help.
I have the same problem. All the required scripts are loading ok and there's "bounce" at Easing effect value box but animation is not moving.. or at least I suppose these are right scripts:
Comments
Comment #1
quicksketchYou need to manually specify a different "easing" effect when you configure your view. If you're not using Views module, then you'll need to specify an easing effect when using the API. jCarousel does not include any easing effects, you need to add these to the page manually such as
<?php drupal_add_library('system', 'effects.bounce'); ?>.Comment #2
beezer75 commentedI've having a similar issue, I'm hoping someone can offer a hand. I'm looking to add an easing effect to my carousel, but I'm new to jquery. I've got my carousel working fine, and I've added the jquery UI scripts to my site (and I can see they are loading properly). I had thought I would simply have to fill in the "Easing Effect" box of my view with the effect I want to use, but no matter what I put in that box the animation just stops working. What am I missing? Thanks much for your help.
Comment #3
quicksketchSorry I know I closed your other issue, but which easing effect are you wanting to add? Normally it's just a single word, lowercase like "bounce" that you'd enter in the box.
Comment #4
beezer75 commentedNo worries, quicksketch. Really, I'd be thrilled to get any of the transitions to work -I figure if I can get one working I can get others to work. I've downloaded and included the jquery UI scripts for all of the easing effects and have them called in the theme file, I can see they are loading properly in the header. I tried adding "bounce" as an "easing effect" in my view but it doesn't do anything (just makes the animation stop) so I've left the field blank. If it helps, here is a link to the development server, you can see the carousel on the home page: http://s369348251.onlinehome.us/ Thanks much for the help.
Comment #5
ladyofthelake commentedI have the same problem. All the required scripts are loading ok and there's "bounce" at Easing effect value box but animation is not moving.. or at least I suppose these are right scripts:
Comment #6
ladyofthelake commentedI also tried jQuery plugins-module (http://drupal.org/project/jquery_plugin), loaded "Cycle" in template.php:
drupal_add_library('jquery_plugin', 'cycle');and used "fade" in Easing effect value box, but nothing happens :-(
Also, I can see this in my code:
<script type="text/javascript" src="http://xxxxxxx.com/sites/all/modules/jquery_plugin/jquery.cycle.all.min.js?v=2.88"></script>Why is this so difficult...?