Submit your widget
159
Yays

super Cool 3D Image Transitions effect

Views 56446   downloads 13341   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…

90
Yays

Very nice jQuery and CSS3 parallax scrolling

Views 33510   downloads 5924   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…

68
Yays

Images stack effect with jQuery

Views 31011   downloads 5735   Slideshow & Scroller

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

85
Yays

Awesome jQuery focus figure effect

Views 37574   downloads 7809   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…

77
Yays

Pure CSS3 images Slideshow effect

Views 43847   downloads 11402   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…

63
Yays

Awesome jQuery Image Parallax Effect

Views 36013   downloads 7291   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 :…

43
Yays

cool content slider jQuery plugin

Views 29917   downloads 5278   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…

55
Yays

jQuery browser follows Scroll Path

Views 18861   downloads 3368   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…

71
Yays

Vertical auto scroll Ticker jQuery

Views 38347   downloads 6513   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 16745   downloads 2957   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…

89
Yays

Awesome slideshow effect with jQuery

Views 33860   downloads 8479   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…

66
Yays

Nice Stacking images Gallery with jQuery

Views 24943   downloads 5050   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 21048   downloads 4637   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…

81
Yays

Like apple CoverScroll plugin

Views 28289   downloads 6667   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…