Just use the overlap: false option
--
You received this message because you are subscribed to the Google Groups "Mootools Slideshow" group.
To post to this group, send email to mootools-...@googlegroups.com.
To unsubscribe from this group, send email to mootools-slides...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mootools-slideshow?hl=en.
That was how push was originally designed. ... an argument could be made that it should support different sized images... for the moment you can achieve a similar effect using CSS:
http://www.electricprism.com/aeron/slideshow/example3.html
On Jun 16, 2010 7:25 AM, "gregory" <gregory....@gmail.com> wrote:
I should add..
There are also assumptions made in the push slideshow. The main
assumption being that all images are the same width as the show. This
results in images that are not as wide as the show being left or right
aligned instead of centered.
Again, I can understand originally why this was done. I'm curious if
it is necessary or should be enhanced?
Thanks
Greg
On Jun 16, 8:19 am, gregory <gregory.barch...@gmail.com> wrote:
> Hi
>
> If a slideshow (cross fade...
--
You received this message because you are subscribed to the Google Groups "Mootools Slideshow" group.
To post to this group, send email to mootools-...@googlegroups.com.
To unsubscribe from this group, send email to mootools-slides...@googlegroups.com.
To unsubscribe from this group, send email to mootools-slides...@googlegroups.com.
On Jun 17, 2010, at 3:08 AM, gregory wrote:
> I tried:
> .slideshow-page0-images-visible {
> margin-left: 0;
> }
> .slideshow-page0-images-prev {
> margin-left: 400px !important;
You can not cross fade from one to another if they don't overlap.
no overlap means remove image A before showing image B.
So a cross fade is impossible.
You will need to make your images the same size, or set resize to
true, or length
which ever works for you.
> The overlap: false does work except it is no longer a cross fade
> between the two images? is this correct? I am seeing a fade-out, fade-
> in
Sincerely,
Daiv Mowbray
daiv.m...@gmail.com
========