Description

ScrollSynchronizer is a scrollbar manager that enables horizontal and vertical synchronization. It has been optimized to provide a fluid scrolling and allows to add, remove or re-scan scrollable containers at any time.

Usage

var scrollSynchronizer = new ScrollSynchronizer(
	'.scrollContainer', // Any valid CSS selector
	{
		horizontally : true, // Horizontal syncing?
		vertically : true // Vertical syncing?
	}
);

Download

Dependencies

Compatibility

Release Notes