Hi Mike,

Thanks for your reply... OK, I now am using "jQuery Cycle Plugin with
all transitions - uncompressed" 
http://www.malsup.com/jquery/cycle/jquery.cycle.all.js?v2.25
and now can't seem to achieve even the fade!?

Where in the js file do I define, say, scrollDown?  I've tried in the
default settings to no avail.  When I load the page, no transition
happens!  The code in my doc head is:

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jqueryCycle.js"></script>

Ugghhh!  Thanks again for the guidance on this one...

-Josh



On Aug 23, 7:06 pm, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Looks like you're using the "core" plugin only which only provides the
> fade transition.  If you want other transitions then you need to
> either download the "all" version of the plugin or the transition
> pack.
>
> http://www.malsup.com/jquery/cycle/download.html
>
> Mike
>
> On Aug 23, 10:27 am, NYJC102 <[EMAIL PROTECTED]> wrote:
>
> > Hi Group,
>
> > I'm having some slight difficulty with the jquery cycle plugin so I
> > figured I'd post in this thread...
>
> > For the most part, I was able to successfully get the cycle plugin to
> > work, but only in FADE mode! That's all fine and good, but I'd love to
> > figure out how to get the other fun transitions on board...
>
> > My test page correctly showing the fade is 
> > athttp://preview.tinyurl.com/652c6n
>
> > Specifically, I'd love the shuffle option or scrollDown option on this
> > page to workhttp://malsup.com/jquery/cycle/int.html--I've adjusted
> > the code in my jqcycle.js to reflect the shuffle etc. but when the
> > code is changed from Fade, nothing happens and it doesn't work...
> > current jqcycle.js code:
>
> > Code:
>
> > $(document).ready(function() {
> >   $("#bpic").cycle({
> >     random: 1,
> >     fx: 'fade',
> >     timeout: 1000,
> >     speed: 1000,
> >   });
>
> > });
>
> > What am I missing?!
>
> > Thanks.
>
> > -Josh

Reply via email to