scroller
Expandable Drop Down Ticker
February 8, 2010 - 5:09pm — georgecQuite possibly the only ticker of its kind out there, Expandable Drop Down Ticker brings together the best of two worlds to create a ticker that can be viewed both sequentially and simultaneously. A drop down menu is automatically generated out of snippets of the ticker contents to let the user navigate the ticker on demand.
image based custom scrollbar based on fleXcroll
January 28, 2010 - 5:58pm — jquertilMost everybody who ever needed a custom-designed scrollpane has heard of the robust fleXcroll script.
This plugin is based on fleXcroll.js and extends it for easier long-term management of application UI.
Does not support horizontal scrolling.
Vertical news ticker
August 12, 2009 - 4:12am — kasp3rI have made this plugin for easy and simple vertical news automatic scrolling.
This plugin will calculate height automaticaly, so no styling needed. Just grab it and use it.
Don't add margin/padding on ul and li tags, try to style elements inside li or around div tag.
This is my first jquery plugin, so if you see something wrong please don't hesitate and say it to me.
Html structure looks like:
<div class='myclass'>
<ul>
<li>some content</li>
<li>some content</li>
...
</ul>
</div>Javascript code:
$('.myclass').vTicker();There is also few option:
speed - speed of scrolling animation (default 700)
pause - wait time between scrolling (default 4000)
showItems - how many items to show (default 2)
animation - animation of sliding. To fade in/fade out use a value 'fade'
intoViewport Scroller
August 10, 2009 - 7:59am — amoebePlugin to scoll to a certain DOM-element, but only if this element is not already in the browser's view port. Also scrolls only as far as necessary. Uses animate(), so scroll effects are customizable as every other animation (callback, speed...)
How to use
Easy. Make sure the plugin is loaded, then use e.g.:
$('a').eq(4).intoViewport();
This will scroll the 4th link on the page into the browser's field of vision.
Options
intoViewport will pass its parameter to animate(), so you can use all it's options:
$('a').eq(4).intoViewport({duration:"slow",easing:"linear"});
Download
The download below is a comment documented version, for producton you can use the minified verion (480 Bytes).
jStockTicker plugin
March 13, 2009 - 7:05am — horgaszA javascript stock ticker plugin.
It animates a sequence of spans contained in a div.
Smooth Div Scroll
March 6, 2009 - 5:47am — tkahnSmooth Div Scroll
Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Apart from many of the other scrolling plugins that have been written for jQuery, Smooth Div Scroll does not limit the scrolling to distinct steps. As the name of the plugin hints, scrolling is smooth. There are no visible buttons (unless you want to) since the scrolling is done using hot spots within the scrollable area or via autoscrolling. Unobtrusive and smooth is the key here.
simplyScroll
February 18, 2009 - 1:16pm — willkellysimplyScroll is a jQuery plugin that can animate (scroll) a set of elements either automatically or manually, horizontally or vertically. It also features a infinite/continuous scroll mode.
It can also accept dynamic image input via a Flickr feed (note not API) or a local JSON source. This plugin can be performance intensive, so speed and framerate are fully configureable to accomodate lower spec systems.
Blog post: http://logicbox.net/blog/simplyscroll-jquery-plugin
Project page with exampes: http://logicbox.net/jquery/simplyscroll/
Multidirections Image Scroller
December 2, 2008 - 7:07am — maxkVersion: 1.1 (stable)
This simple jQuery plugin provide to create an multidirectional image scroller with mouse events:
- orizzontal and vertical scroll
- full direction scroll
- stop and restart on mouse events (in and out)
- preloading images
- configurable parameters for speed, direction and preload label
I.E. Users this plugin NOT work if use it on local script.
Simple Scroller
November 11, 2008 - 1:10pm — oneblackbearBasicly converts a bunch on containing elements to be positioned next to to each, with just the one showing on screen. Then by clicking on the nav the page is scrolled to the position.
Scroll it. a jQuery menu widget
October 30, 2008 - 8:36am — andres_314Scroll it! it´s menu make with a list and the trick is that you can make a scroller menu automatic with 2 arrows. You can set the height of the list, the height of the items, the class of the wrapper and the speed of the effect or use the default options. Also you can use more than one per page.
I made this for a personal work and I think this can be usefull for someone
This is the first version of the plugin, but it´s working good at the moment.
