brandonmcconnell / typed.css

A fully functional and flexible typewriter mixin for SCSS, with Less and Stylus support coming soon! Typed.css supports multiple strings, multi-line strings, variable speeds, per-string styling, animated caret (blinking insertion cursor), directional type-pausing, and much more. It's even accessible! ✨
https://typedcss.com
Creative Commons Zero v1.0 Universal
215 stars 14 forks source link

Feature request: end on caret disappear #8

Open lhzav opened 1 year ago

lhzav commented 1 year ago

add feature that disables caret after string has been typed

brandonmcconnell commented 1 year ago

@lhzav Could you elaborate a bit on what you mean? Are you saying a feature to hide the cursor whenever the string is empty?

brandonmcconnell commented 1 year ago

@lhzav Following up here. Could you help me understand what are you looking for?

tannerln7 commented 11 months ago

**Edit. Disregard, I just saw post #16

@brandonmcconnell Sorry to dig up an old issue, I stumbled across this while searching for the same thing.

I believe they are referring to animations with iterations: 0 set, and more specifically, an option to : A) Show the caret as normal during the typing animation. And then B) Once the animation finishes its only play through, disable/hide the caret so that it does not continue blinking endlessly in the same spot.

This is something I would like as well. Although it is purely for aesthetic reasons.