mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
forgot to include tween presets in animation.md
This commit is contained in:
parent
4edaddf151
commit
cebd460e53
1 changed files with 2 additions and 0 deletions
|
|
@ -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).
|
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
|
::: warning
|
||||||
Avoid tweening frequently changing reactive properties directly. Prefer tweening on events (button press, open/close).
|
Avoid tweening frequently changing reactive properties directly. Prefer tweening on events (button press, open/close).
|
||||||
For continuous motion, prefer spring.
|
For continuous motion, prefer spring.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue