clik-engine API
GitHub
Preparing search index...
TweenableLike
Interface TweenableLike
Anything with scale, position, and alpha — covers most tween/animation targets
interface
TweenableLike
{
alpha
:
number
;
scaleX
:
number
;
scaleY
:
number
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
PositionLike
TweenableLike
Index
Properties
alpha
scale
X
scale
Y
x
y
Properties
alpha
alpha
:
number
scale
X
scaleX
:
number
scale
Y
scaleY
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alpha
scale
X
scale
Y
x
y
GitHub
clik-engine API
Loading...
Anything with scale, position, and alpha — covers most tween/animation targets