Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

oskarkrawczyk/ElementStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ElementStacks

ElementStacks stacks elements/images on top of each other with a funky transition

Screenshot

How to use

JavaScript

new ElementStacks($$('img'), $('wrapper'));

Options

All options have default values assigned, hence are optional.

Version 1.0 - 1.2

  • rotationDeg: (int) degree of the rotation when elements are in a stack.
  • delay: (int) delay between when each element starts its transition.
  • duration: (int) duration of the transition.
  • transition: (mixed) transition type.