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:
AdapEasing
An easing value.
value
-
Type:
double
A value to ease.