An open API service indexing awesome lists of open source software.

https://github.com/zombiqwerty/jquery.parallax

Nice parallax plugin
https://github.com/zombiqwerty/jquery.parallax

Last synced: 9 months ago
JSON representation

Nice parallax plugin

Awesome Lists containing this project

README

          

jquery.parallax
===============

Nice parallax plugin

You can call my plugin like that:

$(".parallax").parallax('0.5', 'background');

Plugin has two types: background parallax and block parallax

Example styling:

.parallax {
background: url(../images/space.jpg);
background-size: cover;
background-position: 0 0;
width: 100%;
height: 540px;
}