+ 6
How can i create for svg two or three animate?
If i want use more animation of svg. what am going to do?
1 ответ
0
If you want to specify multiple animations, then I think you can always add more by separating different animations with a comma, for example:
animation:
foo ...,
bar ...,
...;
and so on.