[jQuery] Re: Cycle Plugin update

2007-08-24 Thread Mike Alsup
Duncan, Sorry, I was testing with jQuery 1.1.4 so I didn't see the IE error. In IE it's important that the property being animated (in your case 'left') has an initial value. You can do this with a style sheet (#newsticker div { left: 0 }), but I will patch the code to assign that value automati

[jQuery] Re: Cycle Plugin update

2007-08-23 Thread Duncan
Mike, Perfect, in Firefox(!), although I get Invalid argument errors in IE6 and IE7 $(document).ready(function(){ $('#newsTicker').cycle({ fx: 'scrollHorz', next: '#nextNews', prev: '#prevNews' }); }); This js error occurs afte

[jQuery] Re: Cycle Plugin update

2007-08-23 Thread Mike Alsup
Ok Duncan, I took another shot at it. Let me know if it's what you had in mind. BTW, there's an as-yet undocumented option called "rev" which will switch the direction of the default scroll direction when used with scrollHorz or scrollVert. Cheers. Mike On 8/23/07, Duncan <[EMAIL PROTECTED]>

[jQuery] Re: Cycle Plugin update

2007-08-23 Thread Duncan
Thanks Mike - that's awesome! I am using it with text and the borders of the internal items aren't quite being maintained on the right side of the scrolling container. My code is below for you too look at. Also how could one decide if forward was scroll left or right when using timeout:5000? I h

[jQuery] Re: Cycle Plugin update

2007-08-22 Thread Mike Alsup
Great timing, Duncan! I just uploaded a new version that includes this functionality. You can see the demo here: http://www.malsup.com/jquery/cycle/scrollhv.html Mike On 8/22/07, Duncan <[EMAIL PROTECTED]> wrote: > > Mike, Fantastic bit of code, we have been playing with it in the > office,

[jQuery] Re: Cycle Plugin update

2007-08-22 Thread Duncan
Mike, Fantastic bit of code, we have been playing with it in the office, and its received huge praise. Someone actually said its animation is as good as an equivalent in Flash. I am looking at the next / prev function and am wondering how I might apply a scrollRight to a prev scrollLeft and to a

[jQuery] Re: Cycle Plugin update

2007-08-16 Thread Mike Alsup
> A+ Mr. Alsup! > > Joel Birch. > > Yes, thanks so much for these files, Mike! > > (A+)++ Mr. Alsup! > > > --Karl Thanks, guys. Glad you found them useful!

[jQuery] Re: Cycle Plugin update

2007-08-16 Thread Karl Swedberg
On Aug 16, 2007, at 2:28 PM, Joel Birch wrote: ...and I wrote my previous email before looking at the index.html file inside the 'plugin' folder. Now I am just over the moon! I really think this package needs to be featured prominently somewhere on jquery.com as it can only encourage deve

[jQuery] Re: Cycle Plugin update

2007-08-16 Thread Joel Birch
...and I wrote my previous email before looking at the index.html file inside the 'plugin' folder. Now I am just over the moon! I really think this package needs to be featured prominently somewhere on jquery.com as it can only encourage developers to release even more plugins. I think it really f

[jQuery] Re: Cycle Plugin update

2007-08-16 Thread Joel Birch
On 8/17/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > > To Joel's point, I made a template for my docs a while back. If > > anyone is interested in getting a copy of it then I'll clean it up, > > zip it up, and post it. > > Joel, Karl, and anyone else that wants a copy of the template - you > ca

[jQuery] Re: Cycle Plugin update

2007-08-16 Thread Mike Alsup
> To Joel's point, I made a template for my docs a while back. If > anyone is interested in getting a copy of it then I'll clean it up, > zip it up, and post it. Joel, Karl, and anyone else that wants a copy of the template - you can grab it here: http://malsup.com/jquery/template.zip It's jus

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Ganeshji Marwaha
this is very very cool... One of the best i have seen... don't have words to explain dude... keep creating and more and more of these... -GTG On 8/14/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > As promised, a new version of the Cycle Plugin is now available. > > This version includes the foll

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Mike Alsup
As promised, a new version of the Cycle Plugin is now available. This version includes the following: - added "pager controls" functionality - added support for prev/next click triggers - added support for click triggers and auto-advance on same slideshow - deprecated 'click' option in favor of

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Nicolas Hoizey
> I haven't tried to duplicate the KenBurnsEffect, but you can set up > your own custom transitions. What exactly do you mean by "dynamic"? Each time an image is used, I give it new initial and final size and position, so that it never does the same. -Nicolas -- Nicolas "Brush" HOIZEY Clev

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Karl Swedberg
I'd love this, Mike. It would be really nice to have a common theme for plugin documentation and demos. Not only would it remove the need for me to reinvent the wheel, but it would also lend my plugins instant credibility because they'll be presented so similarly to yours. :D --Karl

[jQuery] Re: Cycle Plugin update

2007-08-14 Thread Tane Piper
Another tip for people wanting to write documenation is in using Drupal with the book module - that's how I've been writing my own (sadly unfinished) docs. Drupal allows embedded code in it, so its easy enough to provide demos, as well as providing a book-like structure. I intend to finish writi

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Joel Birch
On 8/14/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > To Joel's point, I made a template for my docs a while back. If > anyone is interested in getting a copy of it then I'll clean it up, > zip it up, and post it. > > Mike Definitely! No rush at the moment but it would be awesome if you could d

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Mike Alsup
Thanks everyone for the feedback and comments. I've received some good suggestions for enhancements and I'm expecting to post another update later in the week. To Joel's point, I made a template for my docs a while back. If anyone is interested in getting a copy of it then I'll clean it up, zip

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Joel Birch
On 8/14/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > > One of the aspects of your plug-in offering to the community, > Mike, is the good documentation and, especially, demos for beginner, > intermediate, and advanced users. > > That approach to documentation, usage, and demos will help bring >

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Rick Faircloth
note! :o) Rikc -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Monday, August 13, 2007 10:09 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Cycle Plugin update Hey Joel, thanks for the link. Ha, that's funny, we

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Rick Faircloth
Great job, Mike... I'm sure this will be a very useful and often used plugin! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: Monday, August 13, 2007 8:56 AM To: jQuery Discussion Subject: [jQuery] Cycle Plugin update I

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Karl Swedberg
Unbelievable! That is an amazing plugin, Mike. Spectacular flexibility. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Aug 13, 2007, at 9:06 AM, Benjamin Sterling wrote: MIke, Looks good, the shuffle transition is great, where did you ever come up wi

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Mike Alsup
HI Nicolas, I haven't tried to duplicate the KenBurnsEffect, but you can set up your own custom transitions. What exactly do you mean by "dynamic"? Mike On 8/13/07, Nicolas Hoizey <[EMAIL PROTECTED]> wrote: > > > I've just uploaded a new version of the Cycle Plugin: > > http://malsup.com/jquer

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Nicolas Hoizey
> I've just uploaded a new version of the Cycle Plugin: > http://malsup.com/jquery/cycle/ It really rocks! > This new version adds some new transition effects, the ability to > create custom transitions[...] Transitions are now defined using a > plugin scheme. This means you can create your ow

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Mike Alsup
You can stop a slideshow anytime by passing 'stop' to the cycle method. With that in mind you can bind whatever event you need to whatever element you want. There is currently no support for driving a progression of slides via external links. That is something I will be looking into, but not im

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Txt.Vaska
only made a cursory glance at this... is it possible to stop the transitions with a click (a link elsewhere on the page)? i see pause on hover. i'd like to be able to do additional transitions upon external clicks as well (in a way almost like next prev links controlled by click instead of

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Alexandre Plennevaux
simply amazing ! beautiful code, beautiful result ! Crafty ! Mike, bravo! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: lundi 13 août 2007 13:56 To: jQuery Discussion Subject: [jQuery] Cycle Plugin update I've just uploaded

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Mike Alsup
Hey Joel, thanks for the link. Ha, that's funny, we even chose many of the same property names! Great minds... One thing I noticed right away is how much better jQuery 1.1.3 handles animations. It's so much smoother than 1.1.2. I hear you on the documentation. It took me much longer to write

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Joel Birch
Awesome, thanks for this Mike. Now that there is no danger of people wanting my effort (yours looks far better), here is my test page for you to look at, just for your amusement. I did my plugin maybe 4 months ago but never made it public as I was intimidated by the amount of documentation I would

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Tane Piper
Very nice - I like the fact you haven't limited to only some transition types, but allow for custom types too. I'll be having a look at this one more in-depth. On 8/13/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I've just uploaded a new version of the Cycle Plugin: > > http://malsup.com/jquery

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Mike Alsup
Hi Ben, Yeah, I love that shuffle transition - you da man! $.meta and data() come from the Metadata plugin: http://jqueryjs.googlecode.com/svn/trunk/plugins/metadata/lib/jQuery/metadata.js Mike On 8/13/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > MIke, > Looks good, the shuffle transit

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Benjamin Sterling
MIke, Looks good, the shuffle transition is great, where did you ever come up with that :D. But really, it look tight. I am assuming $.meta and data() are in the core, is there any documentation on them? I am curious about their purpose. On 8/13/07, Mike Alsup <[EMAIL PROTECTED]> wrote: > > >