A way to set what to show next and transition to that dynamically.
Could be used for a lot of things, for example: loading states, the example in the docs (bottom one)
psuedo code to express what I'm talking about
setTextLoop("Generating files...")
setTextLoop("Downloading content...")
setTextLoop("Installing...")
As you call the function, the text displayed should change with the text loop/roll animation to the text specified.
A way to set what to show next and transition to that dynamically.
Could be used for a lot of things, for example: loading states, the example in the docs (bottom one)
psuedo code to express what I'm talking about
As you call the function, the text displayed should change with the text loop/roll animation to the text specified.