sesaparcours
Preparing search index...
outils/basthon/jquery.terminal
JQueryTerminal
Animation
Interface Animation
interface
Animation
{
new
Animation
(
fps
?:
number
|
null
,
renderer
?:
JQueryTerminal
.
Renderer
,
)
:
JQueryTerminal
.
Animation
;
mount
()
:
void
;
render
(
term
:
JQueryTerminal
)
:
string
[]
;
start
(
term
:
JQueryTerminal
)
:
void
;
stop
()
:
void
;
unmount
()
:
void
;
}
Hierarchy (
View Summary
)
Animation
FramesAnimation
Index
Constructors
constructor
Methods
mount
render
start
stop
unmount
Constructors
constructor
new
Animation
(
fps
?:
number
|
null
,
renderer
?:
JQueryTerminal
.
Renderer
,
)
:
JQueryTerminal
.
Animation
Parameters
Optional
fps
:
number
|
null
Optional
renderer
:
JQueryTerminal
.
Renderer
Returns
JQueryTerminal
.
Animation
Methods
mount
mount
()
:
void
Returns
void
render
render
(
term
:
JQueryTerminal
)
:
string
[]
Parameters
term
:
JQueryTerminal
Returns
string
[]
start
start
(
term
:
JQueryTerminal
)
:
void
Parameters
term
:
JQueryTerminal
Returns
void
stop
stop
()
:
void
Returns
void
unmount
unmount
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
mount
render
start
stop
unmount
sesaparcours
Loading...