1.0.7 • Published 4 years ago

svelte-typing-animated v1.0.7

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

svelte-typing-animated

Svelte component to animate typing of a text

Installation 🔧

yarn add svelte-typing-animated

or

npm install svelte-typing-animated

Usage ⌨️

<script>
	import TypingAnimated from 'typing-animated';
</script>

<TypingAnimated text="<reverse>Hi There!</reverse>I am Srinivas" delay={100}/>

Component params, 1. text - String that you want to render with typing animation. 2. delay - delay in milli seconds between each letter typing animation.

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 😊

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago