Using this extension, you can add a writing animation to your app easily.
Events
OnWritingFinished

It is called when the writing animation has been finished
| Parameter | Type |
|---|---|
| id | text |
Methods
Create

Creates a Text Writer view.
| Parameter | Type |
|---|---|
| id | text |
| in | component |
SetDelay

Sets delay for Text Writer animation
| Parameter | Type |
|---|---|
| id | text |
| delay | number |
SetWidth

Sets width for Text Writer
| Parameter | Type |
|---|---|
| id | text |
| width | number |
SetColor

Sets the text color for Text Writer
| Parameter | Type |
|---|---|
| id | text |
| color | number |
SetConfig

Sets configuration for Text Writer
| Parameter | Type |
|---|---|
| id | text |
| config | any |
SetSizeFactor

Sets size factor for Text Writer
| Parameter | Type |
|---|---|
| id | text |
| size | number |
SetLetterSpacing

Sets letter spacing for Text Writer
| Parameter | Type |
|---|---|
| id | text |
| spacing | number |
StartAnimation

Starts the Text Writer Animation
| Parameter | Type |
|---|---|
| id | text |
SetText

Sets text for Text Writer view
| Parameter | Type |
|---|---|
| id | text |
| text | text |
Properties
RectangleConfig

RECTANGLE Config
IntermediateConfig

INTERMEDIATE Config
SquareConfig

Rectangle Config