animated-container
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

[Demo]: https://joshuaamaju.github.io/animated-container/

Package Sidebar

Install

npm i animated-container

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

880 kB

Total Files

65

Last publish

Collaborators

  • joshuaamaju