diff --git a/packages/mixer-connection/README.md b/packages/mixer-connection/README.md index 0d9f69d..93e7411 100644 --- a/packages/mixer-connection/README.md +++ b/packages/mixer-connection/README.md @@ -474,7 +474,7 @@ import { Easings } from 'soundcraft-ui-connection'; Easings.Linear; // no easing Easings.EaseIn; // acceleration from zero velocity (slow start) -Easings.EaseOut; // deceleration from zero velocity (slow end) +Easings.EaseOut; // deceleration to zero velocity (slow end) Easings.EaseInOut; // acceleration until halfway, then deceleration (slow start and end) ```