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