Namespace JWL.components.frameplayer
JWL.components.frameplayer namespace
- Defined in: JWL.components.frameplayer.js
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
A player that displays a sequence of pictures
|
Method Summary
Namespace Detail
JWL.components.frameplayer
A player that displays a sequence of pictures
Field Detail
{Object}
cron
Timer instance
<static>
{Array|String}
JWL.components.frameplayer.css
Array of internal/external CSS for registering the custom element
{Number}
current
Current frame
<static>
{Object}
JWL.components.frameplayer.logic
Component logic
<static>
{Object}
JWL.components.frameplayer.ui
Component UI
Method Detail
-
gotoEnd()Goes to the last frame
-
gotoStart()Goes to the first frame
-
pause()Pauses the playback
-
play()Plays the sequence starting from the current frame
-
<static> JWL.components.frameplayer.preCreate(oConfig, oParser)Component pre-creation callback
- Parameters:
- {Object} oConfig
- Runtime configuration
- {Object} oParser
- Current parser
-
showStop()Syncs the display of the player with the stop state
-
stepBackward()Displays the previous frame
-
stepForward()Displays the next frame
-
stop()Stops the playback