Animation of interpolation bezier curves

Hello Tumult,

Is it possible to animate interpolation between two bezier curves?

I would like to create something like image example does above, but with more complicated shapes (letters)
The transitions between the first frame and last frame shroud be fluent.
See also: Apple Motion function.

Have a look at http://tumult.com/hype/documentation/2.0/javascript/ also near the bottom the is a demo which you can download. Example 2 is what you should look at.

Also here is another quick example to show your Ellipse changing.
MotionDragExample.hype.zip (93.1 KB)

2 Likes

Thank you for the quick reply. I appreciate the examples.
Does it works like bezier interpolation in Apple Motion?

Here’s a simple demo, it uses jQuery + jQuery UI to keep the handle in the bar. I like Mark’s solution more than this one.

squisher.hype.zip (159.6 KB)

1 Like