vote up 1 vote down star

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,

flag
This question smells of 'do my homework for me' – Adriano Varoli Piazza Jun 23 at 13:47
Google it before posting the question – joe Jun 23 at 13:49

3 Answers

vote up 0 vote down

http://raphaeljs.com/animation.html

link|flag
I only see linear movement there. If I understand the question correctly the movement should be like those of the red dots at osteele.com/archives/2006/… – VolkerK Jun 23 at 15:50
vote up 1 vote down

It seems that you cant do that using Raphaёl animate() method (since it changes object attributes linearly).

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 translate() method and JavaScript timers.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.