Classes
Members
(inner) element :HTMLElement
element
Type:
- HTMLElement
Methods
(inner) constructor(element)
inits.
Parameters:
| Name | Type | Description |
|---|---|---|
element |
HTMLElement | which element will be controlled |
(inner) setAsBackground(image, animation, elememtopt)
sets a background image of element with animation
Parameters:
| Name | Type | Attributes | Default | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
image |
string | |||||||||||||||
animation |
Object |
Properties
|
||||||||||||||
elememt |
HTMLElement |
<optional> |
Images#element |
(inner) setImage(image, elementopt)
sets image. It uses backgroundImage css property and sets it to "url({image})"
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
image |
string | image url or base64 | ||
element |
HTMLElement |
<optional> |
Images#element |