@damienmortini/element-animation-ticker
v0.0.111
Published
<element-animation-ticker> custom element.
Downloads
30
Maintainers
Readme
<damo-animation-ticker>
Installation
npm install @damienmortini/element-animation-ticker
Simple Usage
<script src="node_modules/@damienmortini/element-animation-ticker/index.js"></script>
<damo-animation-ticker></damo-animation-ticker>
Usage with custom name
<script type="module">
import Element from '@damienmortini/element-animation-ticker';
window.customElements.define('my-element-name', class extends Element { });
</script>
<my-element-name></my-element-name>