How to make a path-based animation with
paper.js E.G bezier curve.
How to make a path-based animation with paper.js E.G bezier curve.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am creating a project that will allow you draw a canvas path and then animate anything else you draw along the path and then export the code for use in your own projects. Paths are built from joining cubic Bezier curves. A first version is available at http://canvimation.github.com/ with source code at https://github.com/canvimation/canvimation.github.com and help files at https://sites.google.com/site/canvimationhelp/.
I am currectly rewriting the code to make it more understandable and robust (stage 1 branch) but have not got to rewriting the animation sections yet. If any of the code is useful to you then you are welcome. Probable useful files are alongpath.js and buildmenu.js