Skip to content

Releases: alexmacarthur/typeit

Make Cursor Position Absolute, Add Pseudo Element to Each Container by Default

02 Nov 03:53
Compare
Choose a tag to compare

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

29 Oct 03:54
Compare
Choose a tag to compare

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

24 Oct 02:21
Compare
Choose a tag to compare

The plugin is able to type single & multiple strings with basic options available.