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