Hide-unselected

From Frontal Wiki

Jump to: navigation, search

Contents

Purpose

This style determines whether or not unselected, managed elements are hidden.


Value

Either "true" or "false". The default value is "false".

hide-unselected: false;


Remarks

The hide-unselected style should be set to "true" when only the current and next elements are ever visible. This is true in many cases such as for cut and alpha blend transitions. It is not true in a case such as a poster transition where all the elements are visible all the time but the selected one is centered on the screen, say.

Elements are hidden by setting there display style to "none."

See the 'manager' tag reference for more details.


Example

<style><![CDATA[
    manager
    {
        auto-play: true;
        hold-time: 30;
        hide-unselected: true;
    }
]]></style>
<div style="layout: stack;">
    <manager />
    <img src="http://www.frontalcode.com/assets/images/image_1.jpg" />
    <img src="http://www.frontalcode.com/assets/images/image_2.jpg" />
    <img src="http://www.frontalcode.com/assets/images/image_3.jpg" />
</div>


See Also


Can Be Applied To

This style can be applied to:

Personal tools
Get Adobe Flash player