@ganimstudio/ganim
Preparing search index...
animations
Ganimation
Interface Ganimation
Defines the structure of an animation entry
interface
Ganimation
{
angle
?:
number
;
duration
:
number
;
easing
:
string
;
loop
:
boolean
;
scale
?:
number
;
start
:
number
;
type
:
"rotate"
|
"translate"
|
"grow"
|
"move"
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
angle?
duration
easing
loop
scale?
start
type
x?
y?
Properties
Optional
angle
angle
?:
number
duration
duration
:
number
easing
easing
:
string
loop
loop
:
boolean
Optional
scale
scale
?:
number
start
start
:
number
type
type
:
"rotate"
|
"translate"
|
"grow"
|
"move"
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
angle
duration
easing
loop
scale
start
type
x
y
@ganimstudio/ganim
Loading...
Defines the structure of an animation entry