- December 1, 2008
- 237
- 21
- Home Country
-
Russian Federation
I am using MP 1.1 Alfa and would like to change a label in my skin.
I have a multiimage background with 1920x1080 pics continiously changing every 15 sec.
Above them some text label must be displayed.
But sometimes the text is not clearly visible - if textcolor is similar to backcolor.
So, is it possible to fade the text continiously in loop?
First I tryed this:
So, after opening the window, the text fades (from 20% to 100%) properly within 2 sec.
But I needed a continiously animated text.
So, I tryed this:
No sucess - textcolor is not changing at all
.
Also, I created a dummy control (id=999777) and made it focused by default:
And corrected conditions:
Again no sucess - textcolor is not changing at all
.
Can anyone give me an advise how to make the text animated?
I have a multiimage background with 1920x1080 pics continiously changing every 15 sec.
Above them some text label must be displayed.
But sometimes the text is not clearly visible - if textcolor is similar to backcolor.
![Sbbm9UScaK.jpg](/proxy.php?image=http%3A%2F%2Fpic.ipicture.ru%2Fuploads%2F091025%2FSbbm9UScaK.jpg&hash=cb70906170d7aed179eb15b131a1f4e8)
So, is it possible to fade the text continiously in loop?
First I tryed this:
Code:
<animation effect="fade" start="20" time="2000">WindowOpen</animation>
But I needed a continiously animated text.
So, I tryed this:
Code:
<animation effect="fade" start="20" time="2000" condition="true" pulse="true">Conditional</animation>
Also, I created a dummy control (id=999777) and made it focused by default:
Code:
<defaultcontrol>999777</defaultcontrol>
Code:
<animation effect="fade" start="20" time="2000" condition="Control.HasFocus(999777)" pulse="true">Conditional</animation>
Can anyone give me an advise how to make the text animated?