0.0.2 • Published 8 years ago

parallax-shapes v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

parallax-shapes

Parallax-shapes creates a specific number of in a given box. The shapes are randomly positioned and you can give as much css-classes as parameter as you want. This classes are added randomly to the shapes. Check this demo

Usage

var parallaxShapesBG = new ParallaxShapes({
    parent: document.getElementById('shapes'),
    shapeLength: 200,
    classes: [
        'ellipse',
        'rect',
        'triangle'
    ]
});

More examples and improvements coming soon.

Author Christian Heyn