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
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
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]>
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
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,
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
> A+ Mr. Alsup!
>
> Joel Birch.
>
> Yes, thanks so much for these files, Mike!
>
> (A+)++ Mr. Alsup!
>
>
> --Karl
Thanks, guys. Glad you found them useful!
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
...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
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
> 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
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
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
> 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
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
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
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
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
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
>
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
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
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
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
> 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
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
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
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
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
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
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
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
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:
>
>
>
32 matches
Mail list logo