Animations conditional
#1
Hi,

<animation effect="slide" start="1000" end="0" tween="cubic" easing="inout" time="1000" condition="Window.Previous(Home)"> Open Window </ animation>

animation starts when window is opened.
How i start a animation when I go back from myVideoNav to Home.Huh

thx
Reply
#2
PHP Code:
<animation effect="slide" start="0,0" end="-1000,0" tween="cubic" easing="inout" time="1000" condition="Window.Next(Home)">WindowClose</animation

Edit: Co-ordinates fixed.
Reply
#3
hmm..

it don´t work. i navigate from movie´s back to home and no animation start.
have found it

<animation effect="slide" start="1000" end="0" tween="cubic" easing="inout" time="1000" condition="Window.IsActive(Home)">WindowOpen</animation>

nevertheless thx Hitcher
Reply
#4
You can remove the condition, Windows.IsActive(Home) is always true if you enter home.
Image
Reply
#5
Yeah I think the difference here is Hitchers solution was for making an animation in another window on going back to home and reazorFX was triggering it on opening home
Reply

Logout Mark Read Team Forum Stats Members Help
Animations conditional0