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