Home

SingleGraphicLayerProcessionBezierControlPoint

One frame in time for a Bezier interpolation.

Type

struct

Properties

timestamp

Mandatory if opacity or tint is defined.

opacity

opacity and opacity_t interpolate a double smoothly over time.

opacity_t

Bidirectional tangent at the given timestamp.

tint

tint and tint_t interpolate a color smoothly over time.

tint_t

Bidirectional tangent at the given timestamp.

rotation

rotation and rotation_t interpolate a double smoothly over time.

rotation_t

Bidirectional tangent at the given timestamp.

scale

scale and scale_t interpolate a double smoothly over time.

scale_t

Bidirectional tangent at the given timestamp.

shift

shift and shift_t interpolate a vector smoothly over time using shift_rate and shift_rate_t for a 0-1 rate curve.

Vector value.

shift_t

Vector tangent.

shift_rate

Rate 0-1 value.

shift_rate_t

Rate tangent.

frame

the frame of the pod animation played. Used only when 'animation_driven_by_curve' is enabled.