javascript image slideshow (jquery or YUI) - javascript

I am looking for a javascript based image slideshow solution. Requirements I received:
A few images are added to the slideshow, and it fades one image after another and then starts again from the first image
There should be a navigation in order to manually go to the next / previous image
There should be the option to pause the slideshow and continue again
Can the jquery cycle plugin handle these? Are there any alternatives for the YUI 2 framework?

Jquery Cycle plugin can definiately handle this. Check out this page of examples for more details.

For YUI 3:
http://freshcutsd.com/yui-slideshow/
-Eric

The YUI Carousel component seems like a good fit:
http://developer.yahoo.com/yui/examples/carousel/csl_circular_source.html

Take a look at the great Lightbox Clones Matrix. It's mainly based around ones which open in a div above your content, but many offer slideshow capabilities. Just use the checkboxes in the top right to filter to what you want.

Related

looking for smooth scrolling Slider/carousel without jQuery

I am looking for a pure JS - slider, which allows me to display a carousel, in which all slides are moved smoothly without intermediate stop. The following features would be important:
autoplay
supports drag,swipe,responsive
no dependency on jQuery
infinite loop
next / before
leightweight filesize
I want it feel like a marquee, it should pause on hover, execute the corresponding action directly when clicking forward or back, and continue again after a hover.
Can anyone here recommend me an appropriate slider?
Try https://swiperjs.com/
it has good documentation and examples and supports frameworks like react.js

how to make images in slideshow appear disintegrating

So I just got my first actual web design job after a 4 months being out of school, and trying to get back to my coding brain. My client wants to have a slideshow on the index page, which I have already created. They have asked if I could make it look like the image is disintegrating as the slide moves to the next one, and saw this effect on another website. I am thinking that is may be a javascript that does this? I cannot see it as an animation or transition... so any help would be great. Or any kind of unique effect for the images in the slideshow would be great. The website itself is fairly basic, and so it would be nice to add some effects to make it look more modern. Thanks in advance!
Try the "Effect" options in the jQuery UI (User Interface) JavaScript library.
I'm not sure which "Effect" option is equivalent to "disintegrating", perhaps "Fade" or "Puff".

Jquery plugin image scroller with previous and next image visible to side

I am looking for a jquery plugin that has a scrolling image effect where the previous and next images are still visible but smaller on either side of the current image/frame.
Similar to this one: http://www.eogallery.com/ but smoother with the side images centered
I know I have seen it before but I haven't been able to find it after extensive searches.
Anyone know a plugin like that?
Thanks, especially for leading me to the name of the effect "carousel"
I found what I think is the best example here: http://codecanyon.net/item/jquery-carousel-evolution/full_screen_preview/490018
not a plugin but you can see the the source:
http://www.roxon.in/scripts/tutorials/NavGallery_jQuery_Tutorial_01/index5.html
Maybe you can check this one:
http://www.bkosborne.com/jquery-feature-carousel
The plugin has a lot of configuration and options

Supersized for WP api call

I installed the supersized plugin for wordpress, which is working great. I have set it up as a slideshow to autoplay without control buttons. Still working great.
Now, my client wants to have certain divs (with content) rotate alongside the background image. So, when supersized shows the first image in the slideshow div1 shows on the page. When the slideshow moves to the second slide, div1 needs to go away and show div2, and so on.
Currently, I can do this by hacking into the supersized.js and add a custom function that passes the current slide number inside the nextSlide() function.
Instead of hacking it, though, I would like to hook into it somehow.
Something like: $.supersized.api.currentslide or something similar.
Would this be possible at all?
Thanks!
This example fits with your Answer:
http://www.cirmiz.eu/supersized/
You need to configure a Theme with the init event and api.options.
In this example in the file supersized.shutter.min.js
Requires supersized 3.2.5 ¡important!
I think you are looking for this variable
$.supersized.vars.current_slide
good luck

Looking for simple slideshow with previous and next navigation

I just need to display the images in the very center of the page. The images will be different widths but should still be centered. I have custom arrow pointers and I want the other images to be hidden while the other fades out and a new one in.
I've found jquery cycle and stuff but I couldn't center the slideshow to the center of the page for some strange reason.
Any advice?
What plugins can I alter (just replace images) to get what I want?
http://www.proglogic.com/learn/javascript/lesson10.php
not sure if you are still looking for this, as its been awhile since your post - but this is a very simple slideshow using javascript and a table. the image is displayed with "previous" and "next" links below, which can of course be changed to whatever you want. the only possible issue is that it uses html tables which are frowned upon (unless completely necessary). it is however, very easily center-able using css. good luck!
Checkout Anything Slider. That seems to be what you are looking for.

Categories