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.
Thanks,
|
|
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. Thanks, |
||||
|
|
|
|
||
|
|
|
It seems that you cant do that using Raphaёl I would offer you to implement a function that changes object position each millisecond or so according to Bézier curve formula. Use Raphaёl |
||
|
|
|
|
You could go to my additional Raphael resources page where I have implemented a bezier curve toy you can play with. The code is viewable and exwecutable and you can take it away and play with it. Go to the main resources page at: http://www.irunmywebsite.com/raphael/raphaelsource.html and scroll down a bit to the cubic bezier "spin-off" example. |
||
|
|