+ 2
Text Shadows
How can I make the text shadow change colors like my animation? https://code.sololearn.com/WXGwPhz7z8ww/?ref=app
1 Antwort
+ 2
Your Mom
Add this line (text-shadow:2px 2px red;) within each percentage values on your #timecol and change the colour name.
Ex:
0%{
text-shadow:2px 2px colour name;
}
.......
100%{
text-shadow:2px 2px colour name;
}