menu
tremble package
documentation
utils/parametrics.dart
Parametrics
smoothStop2 static method
smoothStop2 static method
dark_mode
light_mode
smoothStop2
static method
double
smoothStop2
(
double
t
)
Implementation
static double smoothStop2(double t) => 1 - smoothStart2(1 - t);
tremble package
documentation
utils/parametrics
Parametrics
smoothStop2 static method
Parametrics class