public static IEasing ElasticInWith(float amplitude = 0, float period = 0) { return(Elastic.easeInWith(amplitude, period)); }