Can this module work with the bounce command (easing plugin).

I tried it in advanced options, but the easing plugin is not present. Is there a way to make this work?
How do I install the easing pluging, or maybe can it be a part of the views slideshow module, like Cycle?

Great module, thanks,

Martin

CommentFileSizeAuthor
#4 Screen shot 2009-12-12 at 13.20.17.png29.07 KBhixster

Comments

fearlsgroove’s picture

Version: 6.x-2.0-beta2 » 6.x-2.x-dev
Category: support » feature

Should 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.

fearlsgroove’s picture

Title: easing:bounce » Support easing plugin
hixster’s picture

Subscribing - the new slideshow rocks! Just need some nice easing now too :-)

hixster’s picture

StatusFileSize
new29.07 KB

O.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 zen
3) 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.

cheers

Hix

My bad! Seems it is not working after all!

redndahead’s picture

Status: Active » Postponed

Postponing to look at in a future release.

redndahead’s picture

Status: Postponed » Postponed (maintainer needs more info)

Can someone try #4 again there has been fixes to the advanced box since it was posted.

hixster’s picture

@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?

redndahead’s picture

You 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

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed.

ptitb’s picture

Category: feature » support
Status: Fixed » Active

I 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!

redndahead’s picture

Can you try again with a dev version past jun 3rd. I submitted a fix for the advanced settings box.

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)
redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mattcasey’s picture

#4 is wrong because you have to put in Advanced options without spaces between the label and the value, ie: easing:EaseOutCirc

spelcheck’s picture

I 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.

strae’s picture

I 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.