- Thread starter
- #71
Tried it, did not work as expected.
having
did hide the image for 5 seconds and fadein/fadeout the image for 5 seconds, but it was never visible for exactly 5 seconds (switched to 5 sec for testing). Also another control with <visible>!control.isvisible(51)</visible> never showed at all.
The stupid thing is, that I have a control that has text for 10 seconds every 10 seconds and no text for the other 10, which would be an ideal flip switch - but it just does not trigger animation or visibility with control.hastext!
having
XML:
<visible>True</visible>
<animation effect="fade" delay="5000" time="2500" start="0" end="100" pulse="true" condition="true">Conditional</animation>
did hide the image for 5 seconds and fadein/fadeout the image for 5 seconds, but it was never visible for exactly 5 seconds (switched to 5 sec for testing). Also another control with <visible>!control.isvisible(51)</visible> never showed at all.
The stupid thing is, that I have a control that has text for 10 seconds every 10 seconds and no text for the other 10, which would be an ideal flip switch - but it just does not trigger animation or visibility with control.hastext!
Last edited: