[jQuery] Re: JQuery Cycle Speed

2010-01-07 Thread Mike Alsup
Hey, I'm using the JQuery cycle plugin (http://malsup.com/jquery/cycle/) and I have images set to auto-scroll horizontally. The plugin automatically eases the slides (I've tried turning easing off), and I'm wondering if anyone knows of a way to get them to just continually move horizontally

[jQuery] Re: JQuery Cycle Speed

2010-01-07 Thread Mike Alsup
Figured it out. The problem is, in fact, with the easing. Cycle has a default easing set, but setting it to 'linear' fixes it and makes the entire thing smooth. Hmm, nice.