Efl.Canvas.Animation.interpolator

Description

Interpolator property

Values

  • interpolator - Interpolator which indicates interpolation function.

Signature

@property interpolator {
    get {}
    set {}
    values {
        interpolator: Efl.Interpolator;
    }
}

C signature

Efl_Interpolator *efl_animation_interpolator_get(const Eo *obj);
void efl_animation_interpolator_set(Eo *obj, Efl_Interpolator *interpolator);

Implemented by