From cebd460e53c64cbc6454e211fba9b9c44067469a Mon Sep 17 00:00:00 2001 From: sindri <33976067+isarsindri@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:57:15 +0100 Subject: [PATCH] forgot to include tween presets in animation.md --- docs/api/animation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/animation.md b/docs/api/animation.md index 2d5e3a0..b9a334e 100644 --- a/docs/api/animation.md +++ b/docs/api/animation.md @@ -55,6 +55,8 @@ Returns a new source with a value always moving torwards the input source value. This module is designed for UI animations (size, position, transparency, colour, etc.). It is safe to `require` in non-Roblox environments (it should fall back to applying goals instantly). + The following 4 tween presets are included; `instant`, `fast`, `smooth`, and `snappy`. + ::: warning Avoid tweening frequently changing reactive properties directly. Prefer tweening on events (button press, open/close). For continuous motion, prefer spring.