Releases: alexmacarthur/typeit
Add Loop Option, HTML Tag Handling, Update Some Option Names
This release introduces the ability to continuously loop a string or set of strings, as well as HTML tag handling (including classes, ID's, etc. needed for styling part(s) of a string).
A couple of the option names were also updated, making them more consistent.
Add Custom Callback Functionality
This release enables a user to add a callback function that executes after all strings have been handled.
Make Cursor Position Absolute, Add Pseudo Element to Each Container by Default
In previous releases, the blinking cursor was relatively positioned, which caused text to jump when typing on a new line with all text being centered. An absolutely positioned cursor means the cursor blinks without displacing any of the text. Also added is a :before pseudo element to each text container, so that cursors with no text yet printed are contained correctly in their respective containers.
Fix Blinking Cursor Bugs, Reduce Unnecessary HTML Bulk
There were a handful of small cursor bugs that were addressed, and code bulk that was removed to improve overall efficiency. DOM manipulation is significantly simpler, requiring fewer tags being inserted & managed.
Type Single & Multiple Strings w/ Variety of Settings
The plugin is able to type single & multiple strings with basic options available.