using

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

Adds an com.jakewharton.mosaic.animation.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

com.jakewharton.mosaic.animation.Easing to be used for the next interval.