using

infix fun E.using(easing: Easing): E

Adds an Easing for the interval started with the just provided timestamp. For example: 0f at 50 using LinearEasing

Return

the same E instance so that other implementations can expand on the builder pattern

Parameters

easing

Easing to be used for the next interval.