@hixme-ui/animate

hixme-ui Animate component

Usage no npm install needed!

<script type="module">
  import hixmeUiAnimate from 'https://cdn.skypack.dev/@hixme-ui/animate';
</script>

README

Animate

npm i --save @hixme-ui/animate

View it live

Usage

import Animate from '@hixme-ui/animate'

<Animate bounce time='1s' />

Props

Add any animation from http://daneden.github.io/animate.css as a boolean prop.

Name Type Default
time string '1s'
delay string '0s'
count string '1'
trigger boolean false
display string 'inherit'
fillMode string 'none'