Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appending new lines #18

Open
NestorHernandezA opened this issue Sep 18, 2020 · 0 comments
Open

appending new lines #18

NestorHernandezA opened this issue Sep 18, 2020 · 0 comments

Comments

@NestorHernandezA
Copy link

Heya, am trying to append new lines to termynal after initializing, but am only able to restart the whole animation with new lines.

Am using angular, and the js api:

// Looks like this
ngOnInit() {
  this.termynal = new Termynal('#termynal', { ...defaultOptions , lineData });
  this.termynal.init();
  // So far so good...

}

newLogginngInfo(){
// Now i need to be able to append new lines, witouth removing previous lines/ restarting
//Tried few things already, mixing lineData with manually adding lines on the html file with a loop
}

Will digg around myself for a bit, but if have any suggestions, i would appriciate it... 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant