From 110e913395265122c1b75a0696eaa556e27c18b4 Mon Sep 17 00:00:00 2001 From: Pyseph <45090858+PysephWasntAvailable@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:37:10 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5081a9b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# MethodTween +Allows for smooth interpolation for object methods in Roblox. + +MethodTween allows you to animate non-tweenable properties such as Scale & CFrames of models, through an API that aims to replicate Roblox's by as much as possible. The implementation includes support for reversing, delays, repeats & different tweening styles and directions. +Due to the getter & setter methods being separate & using separate namings (e.g., `GetPivot()` and `PivotTo`, or `GetScale` & `ScaleTo`), each field accepts an array of two values; the start and end value to tween to-and-fro.