Hi i am trying to use the innerfade pager transition example and I
can't seem to get it to work. I know that i need add a function for
the pager  transition to work, but I have no clue on how to go about
writing one.

Any pointers would be much appropriated!

On Mar 10, 12:40 pm, jerpod <[EMAIL PROTECTED]> wrote:
> Actually, this turned out to be pretty easy once it occurred to me to
> look at theinnerfadesource.  I just added a call within 
> theinnerfade.nextfunction, passing out the "current" parameter.  Then I
> added afunctionto set/clear the appropriate styles on my buttons.
> Took about 5 minutes once I decided to add a line of code withininnerfade.
>
> Thanks for the pointer though.  That may come in handy.
>
> jp
>
> On Mar 9, 4:40 am, Drake Aedus <[EMAIL PROTECTED]> wrote:
>
> > jQuery plugin Cycle helped me out earlier, and it can probably help
> > you too.
>
> > Check out the "pager" transition on this page, though you would want
> > the fx = fade:http://malsup.com/jquery/cycle/int2.html
>
> > Kris
>
> > On Mar 9, 12:46 am, jerpod <[EMAIL PROTECTED]> wrote:
>
> > > I'm working withinnerfadeand its great so far.  I've got rotating
> > > images with numbered buttons in a strip at the bottom.  The images
> > > rotate in and out viainnerfadeand if you click one of the numbered
> > > buttons, that image displays.  So far so good.
>
> > > Now I want to set the "current" button to a selected style when the
> > > image changes.  I guess I'm looking for an .onnext event or something
> > > that would allow me to get the current number, and thereby switch the
> > > style.  The effect being that when each new image rotates in, its
> > > corresponding button is selected.
>
> > > Does that make sense?  Not quite sure where to start with this.
> > > Thanks in advance for any pointers!
>
> > > jp

Reply via email to