-
-
Notifications
You must be signed in to change notification settings - Fork 570
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
[API] for animations #611
Comments
It may require create class for animation, maybe: term.echo(new $.terminal.Animation(['A', 'B', 'C'])); and Animation class will be handled by renderHandler. |
Consider common interface for using on sub classes. |
Consider recording of animations of user typing and saving in compact JSON object that can be saved. |
Here is the POC https://codepen.io/jcubic/pen/VweodLO?editors=1010 single class that have render method and those methods that can be overwritten in child class. |
Maybe consider rendering on Canvas. |
I have idea for a new feature for jQuery Terminal
The code for animations is kind of ugly, there should be better API for it.
Maybe
The text was updated successfully, but these errors were encountered: