I’ve created this android app that sends onTouchEvents points to a web server, and I have a page which gets the motion points JSON data via Ajax like so:
{"data":[
{"x":224.28035,"y":235.4906},
{"x":263.32916,"y":219.45718},
{"x":293.3667,"y":215.44885},.....]}
Now I want to use this data and animate a div on the screen with smooth path animation, similar to flash path animation, is there a plugin that solves this issue?
PS: http://weepy.github.com/jquery.path/ does not seem to have a custom path animation, or I may be missing something.
Thanks 🙂
Hopefully this is the one you’re searching for: jQuery plugin crSpline
You can see its demo in here.