with
Deprecated
Use version that returns an instance of the entity so it can be re-used in other keyframe builders.
Replace with
this using easingContent copied to clipboard
Adds an Easing for the interval started with the just provided timestamp. For example: 0f at 50 with LinearEasing
Return
the same KeyframeEntity instance so that other implementations can expand on the builder pattern
Parameters
easing
Easing to be used for the next interval.