animatecss

Easily use Animate.css classes

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-02 07:20

Authors

  • Thiago Ferreira

Installation

nimble install animatecss
choosenim install animatecss
git clone https://github.com/thisago/animatecss

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
animatecss - - - - - - -

Dependencies

Package Version Optional
nim >= 1.0.0 No

Source

Repository https://github.com/thisago/animatecss
Homepage https://github.com/thisago/animatecss
Registry Source nimble_official

README

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