rotation - SVG animateTransform reverse rotate -
having this
http://codepen.io/ssstofff/pen/camjd
it's rotating on upper left corner, , animation reversing. want have rotation on right bottom axis
this works when replace 'values' 'from to'. then, not have reverse effect anymore.
till now, can't figure out how establish rotating on bottom right corner + reverse effect.
thx lot help! stof
instead of:
values="0;10;0"
use:
values="0 550 450;10 550 450;0 550 450"
Comments
Post a Comment