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