@rbxts/easytween
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -16,3 +16,3 @@ /// <reference types="@rbxts/compiler-types" /> | ||
type Animatable = number | CFrame | Color3 | ColorSequenceKeypoint | DateTime | NumberRange | NumberSequenceKeypoint | PhysicalProperties | Ray | Rect | Region3 | Region3int16 | UDim | UDim2 | Vector2 | Vector2int16 | Vector3 | Vector3int16; | ||
export default class AnimatedValue<T extends Animatable> { | ||
export default class EasyTween<T extends Animatable> { | ||
private goalValue; | ||
@@ -19,0 +19,0 @@ private value; |
{ | ||
"name": "@rbxts/easytween", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
12735