+ 1
If you want to do color change for a shape
How could you do that?i am trying to make a color change animation to my shape but just canât get it right what can I do with css?
10 RĂ©ponses
+ 2
NightLord You have maded some errors:
1) id attribute MUST setted at only ONE element (you have setted "square" id to different elements)
2) You have called same animation with different names (colorchange and colourchange)
3) Most important you make animation on wrong css property... You must animate "fill" and not "color"
+ 1
Can you link your code?
+ 1
đđđđ
+ 1
See this code and READ comments in it
https://code.sololearn.com/Wqe3jRT2brW3/
+ 1
Ok thank you again
+ 1
đđđ again đđ
0
https://code.sololearn.com/WWSOwQIKIF22/?ref=app here is the code more or less I am still busy with it
0
Oh ok thank you for the help
0
Can you please show me how it should look like cause I donât really know where to change in css
0
What about giving it a image background at the end?do I just put it in css or in HTML