Home

CoverGraphicProcessionLayerBezierControlPoint

One frame in time for a Bezier interpolation.

Type

struct

Properties

timestamp

Mandatory if opacity or rotation or effect_scale_min or effect_scale_max is defined.

opacity

opacity and opacity_t interpolate a double smoothly over time.

opacity_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.

effect_scale_min

effect_scale_min and effect_scale_min_t interpolate a double smoothly over time.

effect_scale_min_t

Bidirectional tangent at the given timestamp.

effect_scale_max

effect_scale_max and effect_scale_max_t interpolate a double smoothly over time.

effect_scale_max_t

Bidirectional tangent at the given timestamp.

alt_effect_scale_min

alt_effect_scale_min and alt_effect_scale_min_t interpolate a double smoothly over time.

alt_effect_scale_min_t

Bidirectional tangent at the given timestamp.

alt_effect_scale_max

alt_effect_scale_max and alt_effect_scale_max_t interpolate a double smoothly over time.

alt_effect_scale_max_t

Bidirectional tangent at the given timestamp.

effect_shift

effect_shift and effect_shift_t interpolate a vector smoothly over time using effect_shift_rate and effect_shift_rate_t for a 0-1 rate curve.

Vector value.

effect_shift_t

Vector tangent.

effect_shift_rate

Rate 0-1 value.

effect_shift_rate_t

Rate tangent.

alt_effect_shift

alt_effect_shift and alt_effect_shift_t interpolate a vector smoothly over time using alt_effect_shift_rate and alt_effect_shift_rate_t for a 0-1 rate curve.

Vector value.

alt_effect_shift_t

Vector tangent.

alt_effect_shift_rate

Rate 0-1 value.

alt_effect_shift_rate_t

Rate tangent.

offset

offset and offset_t interpolate a vector smoothly over time using offset_rate and offset_rate_t for a 0-1 rate curve.

Vector value.

offset_t

Vector tangent.

offset_rate

Rate 0-1 value.

offset_rate_t

Rate tangent.