stenimator
v0.9.3
Published
Animator for Stencil
Downloads
2
Maintainers
Readme
Stenimator
Stenimator is a animation coordinator for elements that are exiting the DOM for Stencil projects.
It is suitable for page transitions, data loading or any other scenario where an elements needs a bit of animation flair becore it is removed.
The API simply requires passing enter
and exit
class names attached to animations that you desgined.
Instalation
npm i stenimator
or
yarn add stenimator
Recepies
Live example and code snippers can be found here. Full code can be found in the example folder.