How can I make the ghost smiley glow? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
12th Nov 2017, 4:45 PM
B.D
B.D - avatar
2 Answers
+ 1
Replace your face circle with this code: <circle cx="50" cy="50" r="50" fill="black" stroke="black" stroke-width="2px"> <animate attributeName="stroke" from="black" to="green" dur="2s" repeatCount="indefinite" /> </circle> ------------------ Using the stroke around the circle you can animte it and give it a glow, now you can play with it and there is much more to improve :)
12th Nov 2017, 9:02 PM
Uria
0
Thanks Uria
13th Nov 2017, 1:48 PM
B.D
B.D - avatar