@rbxts/easytween
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -28,3 +28,4 @@ /// <reference types="@rbxts/compiler-types" /> | ||
Set(value: T & Animatable, newTweenInfo?: TweenInfo): void; | ||
SetWitoutAnimation(value: T & Animatable): void; | ||
SetWitoutTween(value: T & Animatable): void; | ||
StopTween(): void; | ||
Get(): T; | ||
@@ -31,0 +32,0 @@ ListenToChange(callback: callbackOnChange<T>): Connection; |
{ | ||
"name": "@rbxts/easytween", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
Sorry, the diff of this file is not supported yet
12883
36