I've managed to add some transition animations to the pager nav
$.fn.cycle.updateActivePagerLink = function(pager, currSlideIndex) {
$(pager).find('li')
.filter('li:not('+currSlideIndex+')').removeClass('on').
animate({
h
I'm using jQuery with the pager and pagerAnchorBuilder functionality
to generate the navigation into an ordered list.
My slides (#slides) are fading in and out beautifully, but I'd also
like to add transitions to the pager nav (#navSlides) as well.
For this particular project, the slides themsel
Thanks, Mike! I look forward to that feature in the next rev. Having
the class on the parent LI affords more flexibility with the css.
Guess I can probably check for anchor elements with the class of
"activeSlide" and then apply a class to the parent LI element maybe?
Anyone know how I might go
Hi,
I'm using the cycle plugin (and loving it). I'm using
'pagerAnchorBuilder' to build out the nav dynamically in an Ordered
List. One thing I'd like to change is instead of having the
'activeSlide' class set on the anchor element, I'd prefer to have it
set on its parent LI element.
What would
I have a situation where I have to use prototype/scriptaculous and not
jquery =(
I've been trying to find something similar to the jquery Cycle plugin
for prototype/scriptaculous, but haven't found anything close to it.
I've been so spoiled by jQuery and Cycle... anyone know of anything
remotely
For my freelance business I love jQuery and the excellent Cycle
plugin. But at the day job we're married to prototype/script.aculo.us
(and don't want to load 2 js libraries).
Just thought I'd ask around here if anyone knows of something for
prototype/scriptaculous that is as awesome as Cycle...
"Mike Alsup" <[EMAIL PROTECTED]> wrote:
> You need to remove the trailing comma in functions.js:
>
> pager: '#slide-numbers',
>
> On Fri, Apr 11, 2008 at 1:38 PM, Andy Ford <[EMAIL PROTECTED]> wrote:
>
> > Hey all, I've got the cycle plugi
Hey all, I've got the cycle plugin up and running in Firefox (mac/pc)
and Safari/mac, but It's not running in IE7 or Opera/mac.
I must have missed something. (I'm a css dev, but not great with js).
Would you mind having a peek to see where I must have slipped up?
http://aloestudios.com/projects/
8 matches
Mail list logo