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