本文介绍了如何沿路径设置Raphael对象的动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对象可以是简单的,矩形或圆形。但路径应该是一条贝塞尔曲线。如果没有太多麻烦,请提供javascript / 代码。

The object could be simple, a rect or circle. But the path should be a bezier curve. Please provide javascript/Raphael code if not too much trouble.

如果在动画期间存在移动物体的拖尾效果,那就太好了。

It will be nice if there is trailing effect of the moving object during annimation.

推荐答案

以防万一你试图使用这与RaphaelJS 2(animateAlong不再存在),在这里您可以看到一个可能的解决方案:。

Just in case you are trying to use this with RaphaelJS 2 (animateAlong doesn't exist anymore), here you can see a possible solution: http://jsfiddle.net/gyeSf/17/.

这里是最初的讨论:

编辑:这里有另一个例子:

And here another example: http://raphaeljs.com/gear.html

这篇关于如何沿路径设置Raphael对象的动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-05 01:20