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