Skip to content

Terminal::animation should have terminal as context #1020

@jcubic

Description

@jcubic

I have an idea for a new feature for jQuery Terminal

this code should work:

term.animation(async function() {
  await this.echo('hello, ', { typing: true, newline: false });
  await this.echo('world!', { typing: true });
});

Right now, you need to use term.echo(...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureresolvedif issue is resolved, it will be open until merge with master

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions