parallax-shapes

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i parallax-shapes

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • christianheyn