Releases: brandonmcconnell/typed.css
v0.0.2 - Added support for end-on config option
In this release, scss-typewriter now supports a new config property on the $options
map object called end-on
.
This property is available for use ONLY when iterations
is set to a finite number. Once the final iteration completes, the animation will type one final string and keep that string present, thereby concluding the animation. This property can be passed either any custom non-empty string or the nth-index of the string from the $strings
list to use ranging from 1 to N, where N represents the total number of strings being used.
By default, if a finite value is set for the iterations
property and end-on
is not set, the first string from the $strings
list will be re-typed once all prescribed iterations are complete. This is handled via a separate animation that is delayed for the total duration + delay of the first animation.
Using this end-on
property—like using the iterations
property—has no bearing on the caret
animation, which, if enabled, will continue to animate perpetually even after the text animation concludes— just like our galaxy, spinning long after we're gone 🌌
v0.0.1 - First public release 🥳
This is the first mostly-stable release of scss-typewriter. 🎉
Use (and enjoy) with caution. If you encounter any bugs, please report them in the Issues tab, and I'll resolve them as quickly as I can.