Text Sequence
opt = { speed: 20, step: 1, start: -1, len: -1, reverse: false, cursor: 0, pause: 1000, style: style, onprogress: demo.textseq.onprogress, oncomplete: demo.textseq.oncomplete };
text =
"!\"#$%&'()*+,-./0123456789:;<=>?@\nABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`\nabcdefghijklmnopqrstuvwxyz{|}~\nabc
1234567890
xyz\nimage
1234567890"
style = { color: '#00f' };
var ctx = util.textseq(el, text, opt);
TEXTSEQ
util.textseq.start(el);
START
util.textseq.stop(el);
STOP
#textseq-out1
#out2
TEXTSEQ
START
STOP