I'm using the function like this but for both the displayed text is "••••••••••••••••••••"
.windows-viewport.loaded .viewport-locked .password {
@include typed(
"••••••••••••••••••••",
null,
(delay: 2, caret-width: 2px, caret-space: 2px, iterations: 0)
);
}
#about-presentation {
@include typed(
"text",
(type: .1), (caret-width: 2px, caret-space: 2px)
);
}
I'm using the function like this but for both the displayed text is "••••••••••••••••••••"