Jump to content

[SOLVED] how to use bezier function to create a default smooth beizer?


photo

Recommended Posts

in documentation for bezier function is really hard to understand how this works,

 

is there any sample of bezier function usage? for example, I just want to create a default smooth transition with ease in/out, how to fill the first two parameter?

Link to comment
  • 3 weeks later...

bezier() function finds an intersection between time bezier curve and input time parameter. And the value of intersection point is returned.

time and value bezier curves are defined as a set of four control points.

bezier.png

Link to comment
×
×
  • Create New...