taggedjs-animate-css
v0.0.16
Published
HTML and CSS animations for TaggedJs brought to us by animate-css
Maintainers
Readme
taggedjs-animate-css
HTML and CSS animations for TaggedJs brought to us by animate-css
Speed
Speed by class name
<div class="animate__slow" init=${fadeIn} ondestroy=${fadeOut}>| Class name | Default speed time | | ---------- | ------------------ | | animate__slow | 2s | | animate__slower | 3s | | animate__fast | 800ms | | animate__faster | 500ms |
Speed by number
<div style="--animate-duration: .1s;" init=${fadeIn} ondestroy=${fadeOut}></div>