Hey Everyone, this is actually my first post in dev.to :)
I want to share with you a tiny library I wrote for easily adding micro-interactions into your Angular app.
My lib is based on Web Animations ( experimental API ) which is one of the most performant ways of making animations for the web.
To use ng-micro-interact in your Angular project do the following:
Install:
npm i ng-micro-interact
Import
NgMicroInteractModule
into your consumer module.Use the
ngMicroInteract
directive on any element you want to interact with.
Thanks for reading this post!
I will really appreciate if you'll star the repo.
Top comments (0)