All Projects → bendc → parallax

bendc / parallax

Licence: MIT license
Layered icons

Programming Languages

javascript
184084 projects - #8 most used programming language

Parallax

Simple 0.8KB plugin for Animate Plus that lets you easily create layered icons. View demo.

Usage

  1. Include animate.min.js (download) and parallax.min.js in your document.
  2. Define a container with a parallax class and add your image layers in it.
<script src=animate.min.js></script>
<script src=parallax.min.js></script>

<a class=parallax>
  <img src=back.png>
  <img src=middle.png>
  <img src=front.png>
</a>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].