+ 5
21st Apr 2017, 1:08 PM
Player
Player - avatar
4 odpowiedzi
+ 12
Nice. Try this. <body> <svg height=100% width=100%> <circle cx=50% cy=50% r=20px fill="blue"> <animate attributename="r" from=0px to=300px fill=freeze dur="1s" repeatcount="100"/> </circle> </svg> </body>
21st Apr 2017, 1:22 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 10
nice!
21st Apr 2017, 1:16 PM
Art456
Art456 - avatar
+ 4
See this also I have played with radius in this Code https://code.sololearn.com/W3vgw3F4ygxk/?ref=app
21st Apr 2017, 1:27 PM
Siddharth Saraf
+ 1
Well Done!
21st Apr 2017, 1:39 PM
Daniella
Daniella - avatar