ElementStack icon indicating copy to clipboard operation
ElementStack copied to clipboard

ElementStack

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.