fix image paths in interactive background docs (#2402)
Signed-off-by: Stefan Höhn <mail@stefanhoehn.com>pull/2405/head^2
parent
b0dea499c9
commit
fe0781858d
|
@ -25,7 +25,7 @@ The user interface tries to help you to determine the CSS resolution by showing
|
||||||
|
|
||||||
### Fixed Grid Layouts
|
### Fixed Grid Layouts
|
||||||
|
|
||||||
To define your screen size open the  menu and click **Configure Grid Layout**.
|
To define your screen size open the  menu and click **Configure Grid Layout**.
|
||||||
|
|
||||||
The layout editor shows a gray surface as the _virtual screen area_, which represents your defined screen.
|
The layout editor shows a gray surface as the _virtual screen area_, which represents your defined screen.
|
||||||
You can now place widgets on that screen by clicking the **Add Widget** button.
|
You can now place widgets on that screen by clicking the **Add Widget** button.
|
||||||
|
@ -84,7 +84,7 @@ Defaults to false.
|
||||||
|
|
||||||
### Fixed Canvas Layouts
|
### Fixed Canvas Layouts
|
||||||
|
|
||||||
To define your screen size open the canvas menu  and click **Configure Canvas Layout**.
|
To define your screen size open the canvas menu  and click **Configure Canvas Layout**.
|
||||||
|
|
||||||
The layout editor shows a gray surface as the _virtual screen area_, which represents your defined screen.
|
The layout editor shows a gray surface as the _virtual screen area_, which represents your defined screen.
|
||||||
You can now place widgets on that screen by clicking the **Add Widget** button.
|
You can now place widgets on that screen by clicking the **Add Widget** button.
|
||||||
|
@ -271,7 +271,7 @@ A good example is the following bulb.
|
||||||
The left image shows the bulb in the OFF state and the right image shows the bulb in the ON state.
|
The left image shows the bulb in the OFF state and the right image shows the bulb in the ON state.
|
||||||
In this case we do apply a color based on the state but enable / disable a proxy element in that group that makes up the bulb object.
|
In this case we do apply a color based on the state but enable / disable a proxy element in that group that makes up the bulb object.
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
The way this can be achieved by indication a proxy element, an element that is part of that group.
|
The way this can be achieved by indication a proxy element, an element that is part of that group.
|
||||||
Similarly like the main element is marked with an `openhab` attribute, the proxy element is marked with a special attribte, the `flash` attribute.
|
Similarly like the main element is marked with an `openhab` attribute, the proxy element is marked with a special attribte, the `flash` attribute.
|
||||||
|
@ -342,7 +342,7 @@ They can be added to SVG text file in the same way it is added to HTML files.
|
||||||
|
|
||||||
Here is a simple example that works with the above astronaut to create a fading in/out animation:
|
Here is a simple example that works with the above astronaut to create a fading in/out animation:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The above setting for _Set Style Class based on ON_ will apply the class `animate` to the element with the id 'astro_animate'.
|
The above setting for _Set Style Class based on ON_ will apply the class `animate` to the element with the id 'astro_animate'.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue