Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.9 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.9 KB

Built With Stencil

Animated Container

A custom element container that animates the position of itself and its children.

npm install animated-container

Via CDN

<script src"https://unpkg.com/animated-container@0.2.1/dist/animated-container.js"></script>

To use it, include:

<animated-container></animated-container>

Properties

Property Attribute Description Type Default
duration duration number 250
easing easing string "ease-in-out"
stagger stagger number 0