Constructor
new Application()
- Description:
- Creates an application handler
- Source:
Members
animation
- Description:
- Creates a new animation instance
- Source:
Creates a new animation instance
Methods
about() → {Object}
- Description:
- Get application details
- Source:
Returns:
Application details
- Type
- Object
animation() → {Animation}
- Description:
- Get animation
- Source:
Returns:
Animation object
- Type
- Animation
canvas(value)
- Description:
- Set canvas element
- Source:
Parameters:
Name | Type | Description |
---|---|---|
value |
string | Element Id |
canvas() → {HTMLCanvasElement}
- Description:
- Get canvas element
- Source:
Returns:
Canvas context
- Type
- HTMLCanvasElement
dom() → {Object}
- Description:
- Get dom details
- Source:
Returns:
DOM details
- Type
- Object