Click here to Skip to main content
15,917,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
According to sololearn, "attributeName" specifies which attribute will be affected by the animation, but they only give examples where attributeName can be equal to "x" (for x-axis), "y" (y-axis), "fill", and "transform", but I was wondering if it was only limited to those 4 values, or if it can have other values.

What I have tried:

Also, I didn't get the fill and transform values, what are they for?
Posted
Updated 5-Jan-18 2:30am
Comments
Richard MacCutchan 5-Jan-18 6:27am    
What tag are you talking about?
Member 13502831 5-Jan-18 6:31am    
The attributeName tag that goes inside the <animate> element

1 solution

 
Share this answer
 
Comments
Member 13502831 5-Jan-18 12:50pm    
Richard, I've already went on this link before, but since they didn't mention any other values for attributeName except x and y, I wanted to ask someone here about other values I can use. Now I've tried putting any random string for the attributeName before, but the code wouldn't run if I did that. It only worked when the attributeName's value was set to "x", "y", "transform" and "fill". Should I just stick to x and y, or is it important that I know the other two?
Richard MacCutchan 5-Jan-18 13:17pm    
Sorry, I do not know. The documentation for this tag is the best place to find the answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900