ngx-teximate
ngx-teximate copied to clipboard
Dynamically change of text is not working properly
Hi,
I'm trying to initiate animation using 5 seconds period with different text. I have created follow example: https://stackblitz.com/edit/ngx-teximate-trbcxf?file=src%2Fapp%2Fapp.component.ts. It does the animation but using the legacy text. if I use setText property to set the text, then the text is changed but animation is lost.
How can I do my target? Thanks
Did you solve this?