Oh thanks, Dan! I’ll try that on Monday.
Can you break down what is going on in that for me briefly?
charPerSec = 10; –> how many characters get revealed per Second.
tTotal = value.length/charPerSec; –> something divided by the charPerSec
t = easeIn(time,0,tTotal,0,tTotal); —This string ive seen around in other threads, but I’m not sure what it all points to…
idx = Math.floor(t*charPerSec);Ya lost me
value.substr(0,idx)huh?
Thanks so much, Dan. You have sent my workflow to the stratosphere over the years, so thanks so much. 🙂
Jordan Lee Willox
\”We are the music makers, and we are the dreamers of dreams.\” — Ogden Nash.