Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/travishorn/parallaxbg

Scrolls the `body` background image slower than the other content, creating a parallax effect.
https://github.com/travishorn/parallaxbg

Last synced: 28 days ago
JSON representation

Scrolls the `body` background image slower than the other content, creating a parallax effect.

Awesome Lists containing this project

README

        

# parallaxBG

## Description
Scrolls the `` background image slower than the other content, creating a parallax effect.
Tested on Chrome 20, Firefox 13, and Internet Explorer 9.

Open example.html for example usage.

## Required CSS
body {
background-image: url('bg.jpg');
}

## Required JavaScript