Open miyanokomiya opened 2 years ago
CSS supporting attributes list is here https://dev.w3.org/SVG/proposals/css-animation/animation-proposal.html
offset
is really supported by CSS animation? It didn't work when I tried.
=> The doc is just a proposal
SMIL for d
morphing has a limitation that all d
values should have the same topology (commands and count of control points).
These ways didn't solve this issue
animation-fill-mode: both;
animation-timing-function: steps(...);
refs #339
sample SVG and project