Let's say I want to use this class style with the typed animation
.Solomon {
text-shadow: 0 0 5px white,0 0 5px white,
0 0 5px white,0 0 5px white,
0 0 5px white,0 0 5px white,
0 0 5px white,0 0 5px white;
color: purple;
font-weight: bold;
}
I'm trying to do something like this:
@@.typed;.Solomon;--"¿Hola? ¿Sigues con vida?"@@
I want the animation to stay, but I wanna choose different fonts and colors in different passages.
Is it possible?