visible property is shown in the following illustration.

The example shows the visible property animated using a value binding. The value binding is linked to a writable point that passes its true or false value to the visible property so that it is visible (true) or hidden (false).
Note the following visibility characteristics:
visible property functions in Hx exactly as it functions in Px.visible property updates every 5 seconds.The following illustration gives a comparison of how a simple use of the visible property displays in a browser using the WbApplet and using Hx (no applet).

Note the following about this example:
visible property that is bound to and animated by the value of the Boolean point.true.false.true Boolean point value sets the ARMED label visible property to true and the SAFE label visible property to false as defined by their respective visible properties using the visible window.false Boolean point value sets the ARMED label visible property to false and the SAFE label visible property to true as defined by their respective visible properties using the visible window.visible property is the same in both Px (WbApplet) and Hx rendered views in the browser.