SVG animate tag challenge question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SVG animate tag challenge question

There is a CSS challenge question here that states that a SVG animation can be made only by animate tag. But SVG elements can be animated by CSS animations too without any animate tag. For example as in one of my codes. Is that question correct? Or I am an idiot and CSS animations for SVG elements are not SVG animations?

22nd Jul 2020, 5:54 PM
SergeiRom
7 Answers
+ 2
Its obviously wrong, what about animateTransform, animateMotion and set elements? I still don't know CSS but I have seen people making animations using it too, and I can guess there has to be a way to do that with JavaScript as well.
22nd Jul 2020, 7:38 PM
Karak10
Karak10 - avatar
+ 1
In order to help you better you should include the link to the question. Or, in case you can't, you should transcribe it as it was written, because it could have been misinterpreted by you. But, what I think it wanna tells is that you don't need to use more than HTML to create an SVG animation. That doesn't mean you can't do it any other way.
22nd Jul 2020, 7:15 PM
Javier Ballesteros
Javier Ballesteros - avatar
+ 1
Morty 🇦🇷 no, it could be "Could you create an SVG animation with only animate element?" that would be correct, but "SVG animations can only be created using the animate element" is not correct.
23rd Jul 2020, 11:27 AM
Karak10
Karak10 - avatar
0
Morty 🇦🇷 "SVG animations can be created by only using <animate> element"
23rd Jul 2020, 6:15 AM
SergeiRom
0
Morty 🇦🇷 then they should use "just" or "merely" instead of only.
23rd Jul 2020, 6:35 AM
SergeiRom
0
Sergei Romanov Well, at least it's confusing. But I don't think it's wrong. It would be if instead it said "SVG animations CAN ONLY BE CREATED using the <animate> element". I may be wrong, but I think it is just a matter of drafting.
23rd Jul 2020, 11:24 AM
Javier Ballesteros
Javier Ballesteros - avatar
0
Karak10 Well, 🤔 it's then probably a matter of language and I'm getting it wrong.
23rd Jul 2020, 11:35 AM
Javier Ballesteros
Javier Ballesteros - avatar