public static float GetSmoothStop4Range(Property p, float t) { return(p.start + (p.end - p.start) * EZEasings.SmoothStop4(t)); }