mirror of
https://github.com/thisago/animatecss
synced 2026-01-14 20:11:45 +00:00
No description
| docs | ||
| src | ||
| tests | ||
| animatecss.nimble | ||
| changelog.md | ||
| config.nims | ||
| license | ||
| readme.md | ||
animatecss
Easily use Animate.css classes
Example
doAssert animatecss(backInRight) == "animate__animated animate__backInRight"
# And with multiple
doAssert animatecss(backInRight, bounce) == "animate__animated animate__backInRight animate__bounce"
TODO
- Add tests
License
MIT