The easing function to apply to the animation. The easing function must be a cubic-bezier function on the form "cubic-bezier(x1, y1, x2, y2)"
See TransformEasing
for common easing functions. If not specified, it defaults to TransformEasing.MATERIAL_STANDARD_CURVE.