Peder Andreas Nielsen is announcing that Parallax ImageScroll with version number 0.2.1 is already available to download.
What is Parallax ImageScroll ?
Parallax ImageScroll is A lightweight jQuery plugin that enables developers to build parallax scrolling websites, with support for both text and image sections .
Inspired by the Spotify homepage, Parallax ImageScroll makes it possible for developers to create one-page parallax scrolling websites, where text sections are mixed with different background images, each scrolling at different speeds as the user goes down and up a page.Even if the background images are shown in a fixed position, they still scroll with the page, but at a different speed than the text-based sections, giving the illusion of a 3D perspective.The plugin currently works with client-side (browsers) and server-side (Node.js) environments.It also supports mobile devices, but the parallax scrolling effect is not as visible as on desktop platforms.By default, Parallax ImageScroluses CSS 3 transforms for the scrolling animation. This means IE9< browsers wont’t work.On these and other similar old, deprecated browsers, a fallback system is included for gracefully disabling the parallax effect by showing the background images as embedded content.
This is changelog for Parallax ImageScroll version 0.2.1 :
- Class added to image holder(s). Name can be set via a new option: holderClass
- Updated README file
- Increased version number
You can read the complete changelog and also download this latest version on their homepage: github.com