You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
If this gets documented maybe it should be a little more specific? Adding that it simply inverts the playback rate, without playing the animation if it's currently at the end; or explaining that calling reverse on an already reversed animation will play it forwards. (Maybe the implementation will be tweaked to account for these details and that's why it isn't documented...?)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
.reverse()
method is not documented in the docs.But it's typed here: https://github.com/motiondivision/motionone/blob/d1e80e79b00779a8319c015929f7d8f4fba7612d/packages/types/src/index.ts#L39C5-L39C5
Suggestion:
reverse()
Reverses the animation.
The text was updated successfully, but these errors were encountered: