Hi Brandon,
Apologies for raising an "issue" for what is essentially a question - I scoured the docs and it doesn't look like it's possible to hide the carat after the animation is complete (where the iterations parameter has been set).
Additionally I've been trying to find a way to overwrite the prefix text so I can do something like:
.typing {
@include typed(
" the real life",
" just fantasy",
1,
(
iterations: 1,
prefix: "Is this",
end-on: "Caught in a landslide, no escape from reality"
)
);
}
Is this stuff possible? Feel free to respond and then delete this issue since it isn't one. Sorry, I don't use GitHub much and was unsure how else to reach out to you.
Hi Brandon,
Apologies for raising an "issue" for what is essentially a question - I scoured the docs and it doesn't look like it's possible to hide the carat after the animation is complete (where the
iterationsparameter has been set).Additionally I've been trying to find a way to overwrite the prefix text so I can do something like:
Is this stuff possible? Feel free to respond and then delete this issue since it isn't one. Sorry, I don't use GitHub much and was unsure how else to reach out to you.