Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Nov 2009 at 21:09 UTC
Updated:
26 May 2025 at 08:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
fearlsgroove commentedShould be failrly straightforward to add a checkbox to support the easing plugin. It should work the same way cycle does: check jq support and try to enable there first to avoid duplicates. Otherwise bundle and use that version. Patches welcome but I can't make this super high on my list right now.
Comment #2
fearlsgroove commentedComment #3
hixster commentedSubscribing - the new slideshow rocks! Just need some nice easing now too :-)
Comment #4
hixster commentedO.k. I got this working, may not be the correct way to do it, but it works:1) Download >- jquery.easing.1.3.js or whatever the current version is:2) I installed the Javascript in my theme directory which happens to be zen3) Add the JS to you theme template.php -> drupal_add_js(drupal_get_path('theme', 'zen') .'/jquery.easing.1.3.js', 'theme');4) Add your extra easing options in the advanced options section of the views slideshow , like so:easing: 'easeInOutExpo'I found the options didn't work if I didn't included quotes around the easing type.cheersHix
My bad! Seems it is not working after all!
Comment #5
redndahead commentedPostponing to look at in a future release.
Comment #6
redndahead commentedCan someone try #4 again there has been fixes to the advanced box since it was posted.
Comment #7
hixster commented@Redndahead - shall try #4 again, was that workflow o.k.? ie: Do i need to add the jQueryEasing plugin etc before trying the advanced options in the slideshow?
Comment #8
redndahead commentedYou can look here on how easing is supported in jquery cycle. You will need to add the easing script yourself as well as the easeIn and easeOut methods in the advanced options box.
http://jquery.malsup.com/cycle/adv.html
Comment #9
redndahead commentedMarking as fixed.
Comment #10
ptitb commentedI read the intructions on http://jquery.malsup.com/cycle/adv.html, but I can't get it to work.
I also added the easing script jquery.easing.js in the theme .info file.
Could you explain the workflow to enable easing?
Thanks in advance!
Comment #11
redndahead commentedCan you try again with a dev version past jun 3rd. I submitted a fix for the advanced settings box.
Comment #12
redndahead commentedComment #13
redndahead commentedmarking as fixed.
Comment #15
mattcasey commented#4 is wrong because you have to put in Advanced options without spaces between the label and the value, ie: easing:EaseOutCirc
Comment #16
spelcheck commentedI don't believe it is working in 6.x-3.x-dev, could somebody check me on this? Excellent module, thanks!
Edit: scratch that, works like a charm. Indeed it doesn't like spaces, quotes or commas.
Comment #17
strae commentedI almost got crazy!
It works only if you donw use whitespaces or quotes in the effects definition, otherwise the drupal.js settings will result a malformed.