This example uses the textIndex and textTotal attributes with the wiggle expression to animate a line of text.
selectorValue * textIndex/textTotal
seedRandom(textIndex); amt=linear(time, 0, 5, 200*textIndex/textTotal, 0); wiggle(1, amt);
The linear method is used in this example to ramp down the maximum wiggle amount over time.