RSully / magicScroll

jQuery plugin to scroll an element (From left to right) using margin animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery plugin to scroll elements from left to right (Or right to left, with modification). It uses margins and jQuery's .animate()

Thanks to @rem (http://remysharp.com/2008/10/17/jquery-really-visible/) for the :reallyVisible code.

Example:
	$('.scrollArea').magicScroll();

It's that simple!

About

jQuery plugin to scroll an element (From left to right) using margin animations