tameemsafi / typewriterjs

A simple yet powerful native javascript plugin for a cool typewriter effect.
https://www.npmjs.com/package/typewriter-effect
MIT License
2.46k stars 220 forks source link

Feature Request - Add Option for Wrapper to Get Height of Fully Typed Content #215

Open george-al3xandru opened 7 months ago

george-al3xandru commented 7 months ago

I've encountered an issue where a flicker in the UI occurs due to the changing height of the Typewriter component as it types. I would like to have an option to retrieve the height of the fully typed content and set a min-height for the wrapper to avoid UI flicker.

shanekik commented 2 months ago

I think it should retain the original size as if the plugin hasn't been added. This would prevent the jumpy feeling.