Submit your widget
104
Yays

mootools noobSlide

Views 12027   downloads 1822   Slideshow & Scroller

noobSlide es una ligera "clase" escrita con la librería mootools con la que se puede construir "slides" desde simples hasta complejos, claro que para sacarle el máximo provecho necesitas…

104
Yays

sexy image scroller jQuery plugin

Views 15231   downloads 2085   Slideshow & Scroller

Requirements: jQuery Core (latest), jQuery Easing Plugin. There are five examples, Default settings. $("#box0").sexyCycle(); Easing effect + Prev and Next navigation, $("#box1").sexyCycle({ easing: 'easeInOutBounce',…

103
Yays

Image Rotator with Description (CSS/jQuery)

Views 15759   downloads 3111   Slideshow & Scroller

An image rotator is one great way to display portfolio pieces, eCommerce product images, or even as an image gallery.   Step1. HTML – Image Rotator Wireframe   Start by building the html…

103
Yays

Easy slideshow Gallery for jQuery

Views 9611   downloads 2529   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

103
Yays

SmoothGallery 2.1

Views 13136   downloads 2226   Slideshow & Scroller

First step: Install it. Just insert those lines of code in the header of your html files: 1.Include those lines in your header: <script src="scripts/mootools.v1.11.js" type="text/javascript"></script><script…

103
Yays

Pure CSS3 Sliding Image Gallery

Views 15738   downloads 2468   Slideshow & Scroller

So, another random CSS3 experiment! This time it’s an image gallery that has a slide effect. This was a bit tricky to work out but I got there in the end. The idea is to get one image to slide in…

103
Yays

SIDEWAYS –cool fullscreen image gallery with jQuery css3

Views 16202   downloads 2413   Slideshow & Scroller

A simple, yet elegant fullscreen image gallery created with the jQuery framework and some simple CSS. SIDEWAYS image gallery is made by implementation of some previous scripts/tutorials posted on this…

102
Yays

Ultimate JavaScript Scroller and Slider

Views 26065   downloads 2673   Slideshow & Scroller

This versatile and lightweight JavaScript clocks in at less than 3.5kb unpacked.  To setup a scroll/slide area create a container with the following CSS properties… position:relative; overflow:hidden;…

102
Yays

jShowOff jQuery Content Rotator

Views 14607   downloads 2492   Slideshow & Scroller

jShowOff is a jQuery plugin for creating a rotating content module. It works by creating 'slides' from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which…

102
Yays

jQuery scroll News Previewer

Views 14618   downloads 2964   Slideshow & Scroller

we will create a news previewer that let’s you show your latest articles or news in a compact way. The news previewer will show some list of articles on the left side and the preview of the article…

101
Yays

mootools Content Slideshow Full Of Image

Views 10538   downloads 1189   Slideshow & Scroller

Basically, we're just going to set up everything as we normally do with the content slider - but we're going to use the functionality of MooTools' Assets package to preload the images, and at the same…

99
Yays

Slide Thumbs

Views 13593   downloads 2655   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

99
Yays

Coverflow effect featuring CSS transformations and jQuery UI

Views 15264   downloads 2077   Slideshow & Scroller

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won't run in other browsers at this point (however,…

99
Yays

jquery masked Gallery

Views 14252   downloads 2376   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

99
Yays

Slideshow jQuery plugin

Views 12853   downloads 1831   Slideshow & Scroller

When I noticed the growing popularity of JS-Slide and JS-Fade effects I have decide to develop a plugin for jQuery. This plugin will help you to add thise effects to the site in more simple way. If the…