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