Submit your widget
158
Yays

super Cool 3D Image Transitions effect

Views 56149   downloads 13216   Slideshow & Scroller

Flux Slider Flux slider is a CSS3 animation based image transition framework, inspired in part by the fantastic Nivo Slider jQuery plugin. Instead of the traditional Javascript timer based animations…

83
Yays

Very nice jQuery and CSS3 parallax scrolling

Views 33270   downloads 5831   Slideshow & Scroller

Parallax scrolling website interfaces have been popping up all over the place recently. I didn’t want to miss out on the fun, so I have put together a parallax scrolling demo built using jQuery…

60
Yays

Images stack effect with jQuery

Views 30678   downloads 5610   Slideshow & Scroller

JavaScript var jstack = $("#imageBox").jStack({ isClickAnimation: true, isPositionRandom: true, durationOut: 300, durationIn: 200, easingOut: "easeInOutBack", easingIn: "easeOutBounce",…

79
Yays

Awesome jQuery focus figure effect

Views 37298   downloads 7688   Slideshow & Scroller

jQuery  focus figure effect. javascript $(function() { var sWidth = $("#focus").width(); var len = $("#focus ul li").length; var index = 0; var picTimer; var btn = "<div…

75
Yays

Pure CSS3 images Slideshow effect

Views 43602   downloads 11286   Slideshow & Scroller

Thanks to CSS3, we can create effects and animations without using JavaScript, which will facilitate the work of many designers. But we must be careful to avoid abusing CSS3, not only because old browsers…

62
Yays

Awesome jQuery Image Parallax Effect

Views 35799   downloads 7178   Slideshow & Scroller

Custom jQuery Plugin for Creating Parallax Effect Image Sliders Default options: var options = { autoPlay : 3000,//(mixed) (bool) false to disable, (int) duration to hold between slides in ms speed :…

42
Yays

cool content slider jQuery plugin

Views 29655   downloads 5171   Slideshow & Scroller

Revolver is a new content slider that makes no assumptions about your markup. Think of Revolver as a boilerplate or framework for making your own slider, exactly the way you want it. But don't let…

53
Yays

jQuery browser follows Scroll Path

Views 18629   downloads 3292   Slideshow & Scroller

jQuery Scroll Path is a plugin that lets you define your own custom scroll path. What this means exactly is best understood by checking out the demo. The plugin uses canvas flavored syntax for drawing…

69
Yays

Vertical auto scroll Ticker jQuery

Views 37927   downloads 6413   Slideshow & Scroller

Totem makes vertical tickers easy to implement by: Turning a list of items into an animated ticker that auto-advances Specifying anchors for stop, start, next, and previous navigation links. Installation…

72
Yays

multiple jQuery Roundabout Shapes

Views 16527   downloads 2854   Slideshow & Scroller

Roundabout Shapes provide even more paths along which your Roundabout can move. The current version of Roundabout Shapes offers eleven additional movements. Like its Roundabout companion, Roundabout Shapes…

84
Yays

Awesome slideshow effect with jQuery

Views 33595   downloads 8372   Slideshow & Scroller

You have for sure already seen impress.js, a really great JavaScript library for creating extraordinary 3D presentations. The jQuery port jmpress.js let’s you use this library as a jQuery plugin…

9
Yays

Very cool jQuery Image / Content Slider Plugin: Quake Slider

Views 888   downloads 446   Slideshow & Scroller

“A picture is worth a thousand words”, complex ideas and concepts are better understood when presented using some sort of visualization. For time conscious audience Graphs and Charts can tell…

59
Yays

Nice Stacking images Gallery with jQuery

Views 24711   downloads 4937   Slideshow & Scroller

Learn how to create a simple and neat stacking Photo Gallery using CSS and jQuery. Click on the View Demo link below to view the stacking image gallery. Images are stacked one behind the other and on…

72
Yays

Useful circular and responsive jQuery carousel

Views 20801   downloads 4531   Slideshow & Scroller

jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or…

80
Yays

Like apple CoverScroll plugin

Views 28022   downloads 6558   Slideshow & Scroller

This is a CSS3 variant of the Apple's CoverFlow design pattern Usage HTML <div id="container"> <img src="img1.jpg" /> <img src="img2.jpg" /> <img…