smoothStop2 static method

double smoothStop2(
  1. double t
)

Implementation

static double smoothStop2(double t) => 1 - smoothStart2(1 - t);