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.
npm i stenimator
or
yarn add stenimator
Live example and code snippers can be found here. Full code can be found in the example folder.