Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/travishorn/parallaxbg
- Owner: travishorn
- Created: 2012-04-04T17:31:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-16T16:22:27.000Z (over 12 years ago)
- Last Synced: 2024-04-14T11:56:24.193Z (9 months ago)
- Language: JavaScript
- Homepage: http://travishorn.github.com/parallaxBG
- Size: 409 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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