@rbxts/easytween
Advanced tools
Comparing version 1.0.1 to 1.0.2
/// <reference types="@rbxts/compiler-types" /> | ||
/// <reference types="@rbxts/types" /> | ||
/// <reference types="@rbxts/types" /> | ||
/// <reference types="@rbxts/types" /> | ||
type callbackOnChange<T> = (value: T) => void; | ||
@@ -19,5 +18,3 @@ type callbackOnReached = () => void; | ||
private value; | ||
private time; | ||
private easingStyle; | ||
private easingDirection; | ||
private tweenInfo; | ||
private callbacksOnChange; | ||
@@ -29,3 +26,3 @@ private callbacksOnReached; | ||
private maid; | ||
constructor(value: T, easingStyle?: Enum.EasingStyle.Linear, easingDirection?: Enum.EasingDirection.In, time?: number); | ||
constructor(value: T, tweenInfo: TweenInfo); | ||
Destroy(): void; | ||
@@ -32,0 +29,0 @@ Set(value: T): void; |
{ | ||
"name": "@rbxts/easytween", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "out/init.lua", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12310
33