- Notifications
You must be signed in to change notification settings - Fork0
DOM Flowt is a lightweight Javascript library for performing animations on elements as they appear into a users view.
License
Staviro/dom-flowt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DOM Flowt is a lightweight JavaScript library for performing animations on elements as they appear into a users view.
To use DOM Flowt in your project, download the ZIP file at/content/lib/stable/Or you can download the JS and CSS files manually if you like.
It is important to download both the CSS and JS and inject them into your project.
View Examples athttps://domflowt.co.za/
DOM Flowt uses custom HTML attributes to make it super easy to use.Here are some attributes you can use in DOM Flowt
- dom-flowt-is-visible="false"
- dom-flowt-type="float-left"
- dom-flowt-duration="800"
The above 3 would sit on one element and will be used together by the DOM Flowt JavaScript to use the appropriate animation.
ENJOY USING DOM FLOWT! Remember to share it with others if you love it.
About
DOM Flowt is a lightweight Javascript library for performing animations on elements as they appear into a users view.