only set transitions for transform and fill, not dx, dy

master
Matt Huntington 9 years ago
parent 5d06c7abe9
commit 7a6f120cd5

@ -3,7 +3,7 @@ svg {
}
svg circle {
transition: all 1s ease-in-out;
transition: transform 1s ease-in-out, fill 1s linear;
transform-origin: 50% 50%;
}

Loading…
Cancel
Save