No description
Find a file
2021-11-08 08:51:33 -05:00
docs Version 0.1.0 2021-10-20 11:30:56 -04:00
src Version 0.1.1 2021-11-08 08:51:33 -05:00
tests Version 0.1.0 2021-10-20 11:30:56 -04:00
animatecss.nimble Version 0.1.1 2021-11-08 08:51:33 -05:00
changelog.md Version 0.1.1 2021-11-08 08:51:33 -05:00
config.nims Version 0.1.0 2021-10-20 11:30:56 -04:00
license Version 0.1.0 2021-10-20 11:30:56 -04:00
readme.md Version 0.1.0 2021-10-20 11:30:56 -04:00

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