StringTypeAnimation_v2 Op
Animates a text/string, like it is being typed out by a person
Summary (oneliner)
Full Name
- Ops.Anim.StringTypeAnimation_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch StringTyper
INPUT PORTS
text (String)
<p>The text/string which will typed out</p>
Restart (Trigger)
<p>When triggered causes the string to be typed out again</p>
Speed (Number)
<p>Determines the speed that the typing occurs at</p>
Speed Variation (Number)
<p>Creates variations in the typed speed</p>
Show Cursor (Number:
<i>boolean</i>
)OUTPUT PORTS
Result (String)
<p>The typed out string</p>
Changed (Trigger)
<p>Triggers out each time a letter is typed</p>
Finished (Trigger)
<p>Trigger out when animation is finished</p>