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