I have the following code in my DOM:
<div class="icon-animated"><img src="icon_non_active.svg" id="icon_non_active"></div>
There are two icons (.svg) available:
icon_non_active & icon_active
Can I animate the transformation from icon_non_active
to icon_active
and remain in the active icon state (where it has one more circle)?
?
I attempted to use this plugin
but it appears that it's not suitable for my situation...
Here are the links to these icons:
How can I fadeIn this red area?