weepy / jquery.path

Animatation for arcs and bezier curves with jQuery
http://weepy.github.com/jquery.path/
407 stars 79 forks source link

custom path #16

Closed sinanisler closed 8 years ago

sinanisler commented 12 years ago

how can I draw custom paths? like;

start 100,100 , go 200,100 and go 300,100 and finish 400,100.

priscillahuang commented 11 years ago

yea is this possible at all? this is exactly what is avail on the YUI lib - http://yuilibrary.com/yui/docs/anim/curve.html

I would assume this is a much-requested feature, are we missing something here?

priscillahuang commented 11 years ago

ok managed to get this using beziers - https://github.com/weepy/jquery.path#bezier

the params are pretty similar to the YUI lib concept so pretty easy to get the idea.

weepy commented 8 years ago

thanks @priscillahuang