Text Writer

68747470733a2f2f692e696d6775722e636f6d2f354859795742682e676966
2

About Extension

πŸ’‘Β Β Current Version 2.0
πŸ“Β Β File Size 15.86 KB
πŸ“¦Β Β in.akshatt.TextWriter
πŸ“…Β Β  Created On 2022-01-06

This extension helps you add a writing text animation to your app

Method Blocks

MethodBlock1

Create – Creates a Text Writer view.
➜ id input type text
➜ in input type component

MethodBlock2

SetDelay – Sets delay for Text Writer animation
➜ id input type text
➜ delay input type number

MethodBlock3

SetWidth – Sets width for Text Writer
➜ id input type text
➜ width input type number

MethodBlock4

SetColor – Sets the text color for Text Writer
➜ id input type text
➜ color input type number

MethodBlock5

SetConfig – Sets configuration for Text Writer
➜ id input type text
➜ config input type any

MethodBlock6

SetSizeFactor – Sets size factor for Text Writer
➜ id input type text
➜ size input type number

MethodBlock7

SetLetterSpacing – Sets letter spacing for Text Writer
➜ id input type text
➜ spacing input type number

MethodBlock8

StartAnimation – Starts the Text Writer Animation
➜ id input type text

MethodBlock9

SetText – Sets text for Text Writer view
➜ id input type text
➜ text input type text

Event Blocks

EventBlock10

OnWritingFinished – It is call when the writing animation has been finished
➜ id output type text

Properties Block

PropertiesBlock11

RectangleConfig – RECTANGLE Config
➜ Return type any

PropertiesBlock12

IntermediateConfig – INTERMEDIATE Config
➜ Return type any

PropertiesBlock13

SquareConfigΒ – Square Config
➜ Return type any

Usage

Leave a Comment