data-anim
v1.1.0
Published
Animate with just HTML. Powered by data attributes.
Maintainers
Readme
Getting Started
Add a script tag. Write attributes. Your HTML comes alive. Under 3KB gzipped with 30+ animations, 4 triggers, and built-in anti-FOUC protection.
npm
npm install data-animimport 'data-anim';CDN
<script src="https://unpkg.com/data-anim/dist/data-anim.min.js"></script>Usage
<h1 data-anim="fadeInUp">Hello World</h1>- Visit the Documentation to view the full API reference.
- Try the Playground to experiment with animations interactively.
Chrome Extension
data-anim Inspector — Chrome extension for browsing and previewing animations in the browser.
Documentation
Visit https://ryo-manba.github.io/data-anim/ to view the full documentation.
Contributing
Contributions to data-anim are welcome and highly appreciated. Please review our Contribution Guidelines before getting started.
