pub type TextEase = TextFxEasing;
pub enum TextEase { Linear, EaseIn, EaseOut, EaseInOut, Spring, CubicBezier(f32, f32, f32, f32), }