[jQuery] Re: jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread Mike Alsup

 I have been trying to get a certain effect using the jQuery.cycle
 plugin but have falied miserably.

 Similar to the top example on this page:

 http://www.malsup.com/jquery/cycle/cover2.html

 I want to cover the images from right to left. The only (and
 substantial) difference to the example is that my images do not have
 the same width. As much as I can see, the plugin always relates the
 transistion effects to the 'left'. I want the images to always relate
 to the right, i.e. the left side will change according to the image's
 width.

I'm not sure I follow.  Are you saying you want the image to be right-
aligned within the container when the transition stops?


[jQuery] Re: jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread Mike Alsup

  I have been trying to get a certain effect using the jQuery.cycle
  plugin but have falied miserably.

  Similar to the top example on this page:

 http://www.malsup.com/jquery/cycle/cover2.html

  I want to cover the images from right to left. The only (and
  substantial) difference to the example is that my images do not have
  the same width. As much as I can see, the plugin always relates the
  transistion effects to the 'left'. I want the images to always relate
  to the right, i.e. the left side will change according to the image's
  width.

 I'm not sure I follow.  Are you saying you want the image to be right-
 aligned within the container when the transition stops?


This might help:

http://www.malsup.com/jquery/cycle/cover3.html


[jQuery] Re: jQuery Cycle Plugin: 'Cover'ing random width slides from the right

2008-07-11 Thread juro

Hi Mike,
Absolutely awesome! That is exactly what I wanted. It seems that I
didn't quite understand the custom transition effects, I was trying to
alter the position with $(curr).outerWidth() 

Now where was that Paypal button 

Warm regards
juro

On Jul 11, 11:12 pm, Mike Alsup [EMAIL PROTECTED] wrote:

 This might help:

 http://www.malsup.com/jquery/cycle/cover3.html