A few minor tweaks and another another freebie.   iTyped  - https://github.com/luisvinicius167/ityped   Simply add the uniTyped control (resize to your size).   var s: TStrings; begin   s := TStringList.Create;   s.Add('Welcome to the jungle');   s.Add('Restarting soo...');   UniTyped1.text := s;   UniTyped1.PlayTyped;   s.Free; end;   or    Just set the properties in the control and do a UniTyped.PlayTyped.   Source code and Example below (includes the sweetalert/jquerytoast/iTyped).   ht
    • Upvote
    1