SVG animateTransform 反向旋转 [英] SVG animateTransform reverse rotate

查看:80
本文介绍了SVG animateTransform 反向旋转的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有这个

http://codepen.io/ssstofff/pen/CamJd

左上角旋转,动画倒转.但我想在右下轴上旋转

It's rotating on the upper left corner, and the animation is reversing. But I want to have to rotation on the right bottom axis

当您将值"替换为从到"时,此方法有效.但是,我不再有相反的效果了.

This works when you replace the 'values' with 'from to'. But then, I do not have the reverse effect anymore.

到现在为止,不知道如何建立右下角旋转+反向效果.

Till now, can't figure out how to establish the rotating on bottom right corner + the reverse effect.

非常感谢您的帮助!斯托

Thx a lot for your help! Stof

推荐答案

代替:

values="0;10;0"

使用:

values="0 550 450;10 550 450;0 550 450"

这篇关于SVG animateTransform 反向旋转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆