https://github.com/bendc/parallax
Layered icons
https://github.com/bendc/parallax
Last synced: about 1 year ago
JSON representation
Layered icons
- Host: GitHub
- URL: https://github.com/bendc/parallax
- Owner: bendc
- License: mit
- Created: 2015-11-24T19:23:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T19:25:49.000Z (over 10 years ago)
- Last Synced: 2025-03-26T05:11:30.320Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 47
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Parallax
Simple 0.8KB plugin for [Animate Plus](https://github.com/bendc/animateplus) that lets you easily
create layered icons. [View demo](http://animateplus.com/demos/parallax/).
## Usage
1. Include `animate.min.js`
([download](https://github.com/bendc/animateplus/blob/master/animate.min.js)) and `parallax.min.js`
in your document.
2. Define a container with a `parallax` class and add your image layers in it.
```html