Releases for SerialScroll
SerialScroll 1.2.1
March 21, 2008 - 1:21am — FleslerSize: 8.89 KB
md5_file hash: 9410407450ceebc83d14c4a699360ced
First released: March 21, 2008 - 1:21am
1.2.1
[Feature]
- Added option 'exclude' to indicate the plugin to exclude some elements from the scrolling items.
[Enhancement]
- If less items than 'step' are missing, the plugin will firstly show those, and then cycle or not.
- When cycling, the option 'step' is ignored, and the step is 1. So after the last, comes the 1st and the other way around.
SerialScroll 1.2.0
March 11, 2008 - 4:18am — FleslerSize: 8.58 KB
md5_file hash: a45980685e5f270cf51a6ffa16a82c2f
First released: March 11, 2008 - 4:18am
1.2.0
[Feature]
- You can notify SerialScroll that the active item changed, by using the event notify.serialScroll.
- Thanks to the event notify, this plugin can be now closely integrated with LocalScroll(1.2.5 or higher).
- Also, thanks to notify, you can call SerialScroll on the same element more than once, and they interact nicely.
- You can specify the option 'target', and then the matched elements become the context of all the selectors,
and target matches the element to be scrolled. This allows you to call SerialScroll on many element at the same time.
- The option 'lazy' is much more powerful, the prev/next can be lazy (not adviced if no target is specified).
- You can combine the options 'jump' and 'lazy' (not adviced if no target is specified).
- LocalScroll and SerialScroll are so compatible, that they can use the same hash of settings.
- Added option 'constant'(true by default), specifies whether the speed must be constant or not.
- The event goto can accept a DOMElement (an item).
- Added option 'navigation' to add a group of element to jump to the items.
[Fix]
- If you call the plugin on the same (scrollable)element more than once, the custom events get bound only in the first call.
[Change]
- The event 'start' no longer receives the interval, you must set it at start, stop/start only pause/restart.
SerialScroll 1.1.2
March 8, 2008 - 5:57pm — FleslerSize: 7.47 KB
md5_file hash: f84dd267c95da9a8e5ace710bd1856a4
First released: March 8, 2008 - 5:57pm
1.1.2
[Fix]
- The next handler was receiving event type 'next' and as target the container.
The compatibility is wrong, this release is compatible with jQuery 1.2.x
SerialScroll 1.1.1
March 8, 2008 - 12:39am — FleslerSize: 7.44 KB
md5_file hash: 723ae429e80c02c1e0660966374af099
First released: March 8, 2008 - 12:39am
1.1.1
[Feature]
- Added events start and stop, to manage the autoscrolling.
[Fix]
- The step can be negative, to go in the other way, before it would mess up the duration.
SerialScroll 1.1.0
March 1, 2008 - 6:26am — FleslerSize: 7.22 KB
md5_file hash: 5fc0cfba3a8c6029c2f08c66811d7e9a
First released: March 1, 2008 - 6:26am
1.1.0
[Change]
- Relicensed from GPL to GPL+MIT.
[Optimization]
- The animation is skipped if a bad position was received or it's the same as the actual. Saving some overhead.
[Feature]
- The plugin binds 3 events to the container to allow external manipulation.
* prev.serialScroll, next.serialScroll, goto.serialScroll.
You use them like this: $(your_container).trigger('next'), $(your_container).trigger('goto', [5]) (0-based index).
If for some odd reason, the element already has any of these events bound, trigger with the namespace.
- Added 2 more arguments to the onBefore callback: actual item collection, index of the actual item in the collection.
- Added option 'interval', can be a number specifying the amount of milliseconds for autoscrolling.
SerialScroll 1.0.1
February 18, 2008 - 5:36pm — FleslerSize: 13.28 KB
md5_file hash: 41db809fdde98e0cc1acb38d14862aa1
First released: February 18, 2008 - 5:36pm
1.0.1
[Feature]
- if 'onBefore' returns false, the plugin will ignore the event.
- Added option 'lazy'.
SerialScroll 1.0.0
February 12, 2008 - 12:28am — FleslerSize: 12.57 KB
md5_file hash: f525c87ab3676b8a1e8f682d7e9c8b74
First released: February 12, 2008 - 12:28am
1.0.0
- First release.
