Answer the question
In order to leave comments, you need to log in
svg css animation?
How to animate ellipse if only ry="" needs to be changed?
We need an effect like blinking an eye and this is needed in a separate .svg file
Answer the question
In order to leave comments, you need to log in
⠀ Is this?
⠀ What has changed?
<ellipse class="st1" cx="297.6" cy="420.9" rx="123.7" ry="20"/>
replaced with:<ellipse class="st1" cx="297.6" cy="420.9" rx="123.7" ry="20">
<animate attributeName="ry" dur="2s" repeatCount="indefinite" keyTimes="0;.5;1" values="20;0;20"/>
</ellipse>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question