Function
AdapEasingease
Declaration [src]
double
adap_easing_ease (
AdapEasing self,
double value
)
Description [src]
Computes easing with easing for value.
value should generally be in the [0, 1] range.
Parameters
self-
Type:
AdapEasingAn easing value.
value-
Type:
doubleA value to ease.