Skip to main content

Function: thereAndBackWithPause()

thereAndBackWithPause(pauseRatio): RateFunction

Defined in: rate-functions/index.ts:217

There and back with a pause in the middle. Based on Python Manim's there_and_back_with_pause, with corrected scaling factor (2/(1-pauseRatio) instead of 1/(1-pauseRatio)) to ensure continuity at the pause boundaries.

Parameters

pauseRatio

number = ...

Returns

RateFunction