Svelte component to animate typing of a text
yarn add svelte-typing-animated
or
npm install svelte-typing-animated
<script>
import TypingAnimated from 'typing-animated';
</script>
<TypingAnimated text="<reverse>Hi There!</reverse>I am Srinivas" delay={100}/>
Component params,
Note - Any text wrapped inside <reverse></reverse>
will be typed and then removed. Try the code snippet given above to see that effect.
â¨ď¸ with â¤ď¸ by [Srinivas] đ