Delegate TextAnimator.TextAnimationAction
Delegate for a action executed each animation step
Namespace: AnimationHelpers
Assembly: cs.temp.dll.dll
Syntax
public delegate void TextAnimationAction(string element, int index);
Parameters
Type | Name | Description |
---|---|---|
System.String | element | The current element which will appear (can be a character or a word) |
System.Int32 | index | The index in the string of the character (if word the index of the word without spaces) |