Reference navigation
On this page
FUNCTION · v0.9.1
linear
Return progress unchanged.
from proteinmotion import linearSignature
linear(t)Parameters
| Parameter | Default | Description |
|---|---|---|
t | Required | Animation progress in [0, 1]. |
Returns: float
Notes
Pass this function as rate_func to play() or an animation. Progress t is in [0, 1].