User Tools

Site Tools


layouts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
layouts [2020/03/18 07:55]
phulshof
layouts [2020/03/18 08:36]
phulshof [<menu> Parameters]
Line 87: Line 87:
 |scrollTime |The amount of time (in seconds) it takes for an item to scroll to the next point on the menu (i.e 0.750 = 750 milliseconds)| |scrollTime |The amount of time (in seconds) it takes for an item to scroll to the next point on the menu (i.e 0.750 = 750 milliseconds)|
 |scrollAcceleration |The acceleration rate to scroll by when holding down the up/​down/​left/​right scroll key| |scrollAcceleration |The acceleration rate to scroll by when holding down the up/​down/​left/​right scroll key|
 +|minScrollTime |The minimum amount of time (in seconds) it takes for an item to scroll to the next point in the menu that scrollAcceleration can reduce it to. |
 |menuIndex ​     |The index at which the menu should be inserted in the menu hierarchy. If omitted, the menu will be inserted at the next index. This also allows multiple menus to be inserted at the same index, displaying multiple menus at the same time.| |menuIndex ​     |The index at which the menu should be inserted in the menu hierarchy. If omitted, the menu will be inserted at the next index. This also allows multiple menus to be inserted at the same index, displaying multiple menus at the same time.|
  
Line 113: Line 114:
 \\ \\
 \\ \\
-=====<image> Parameters=====+=====<video> Parameters=====
  
-The <image> tag supports the following parameter:+The <video> tag supports the following parameter:
  
 ^<​image>​ tag parameters^^ ​ ^<​image>​ tag parameters^^ ​
-|src |The location of the image to display (relative to the location of the active layout folder)|+|src |The location of the video to display (relative to the location of the active layout folder)
 +|volume |Audio volume of the video: 0 = mute, 1=100% volume|
  
  
 Example: Example:
  
-  <image src="bg.png" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​+  <video src="intro.avi" volume="​0.5" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​
  
 \\ \\
 \\ \\
-=====<video> Parameters=====+=====<image> Parameters=====
  
-The <video> tag supports the following parameter:+The <image> tag supports the following parameter:
  
 ^<​image>​ tag parameters^^ ​ ^<​image>​ tag parameters^^ ​
-|src |The location of the video to display (relative to the location of the active layout folder)+|src |The location of the image to display (relative to the location of the active layout folder)|
-|volume |Audio volume of the video: 0 = mute, 1=100% volume|+
  
  
 Example: Example:
  
-  <video src="intro.avi" volume="​0.5" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​+  <image src="bg.png" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​
  
 \\ \\
layouts.txt · Last modified: 2021/09/03 17:14 by phulshof