The typed.js jQuery plugin creates the illusion of text being automatically typed on screen by a robot. Despite researching the resources related to this plugin, I have not come across any information on how to control the starting and stopping of the typing process.
My objective is to display four different series of texts that can be brought forth by clicking corresponding buttons. These texts would all occupy the same space within the same div element. For instance, clicking "Button A" would initiate the typing of "Text A," while clicking "Button B" midway through another typing session would halt the current text and start typing "Text B."
In order to achieve this functionality, it is crucial for me to have the capability to govern when typed.js starts and halts its typing operations. Is there a way to accomplish this?