Slide in Navigation if in use?
#1
Is there a way to hide/slide out the Navigation if not in use, and to slide in if in use?

My code is the following (i've tryed with an image): (slide out works, but slide in not)

PHP Code:
<control type="image">
          
        
        <
animation type="Conditional" effect="slide" start="0,0" end="0,400" time="500" delay="3000" tween="cubic" reversible="false" condition="!Container(550).OnNext + !Container(550).OnPrevious">Conditional</animation>
        <
animation type="Conditional" effect="slide" start="0,400" end="0,0" time="500" tween="cubic" reversible="false" condition="Container(550).OnNext | Container(550).OnPrevious">Conditional</animation>
                <
posx>10</posx>
                <
posy>850</posy>
                <
width>1000</width>
                <
height>300</height>
                <
texture>backg/background.png</texture>
                <
colordiffuse>$VAR[DialogColorVar]</colordiffuse>        
       </
control

ID of fixed navi list is 550.
when i use the navigatio, there is no slide in effekt :/

anyone who knows a solution?
thanks
Reply
#2
<visible>Container(550).OnNext | Container(550).OnPrevious</visible>

And then change your animation to visible/hidden.
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Slide in Navigation if in use?0