2011-09-13, 23:20
jpf55 Wrote:I'm not sure I understand, should I be looking to change an existing slide to a fade or should I ad a new <animation effect="fade" ?
I tried adding your line to my code, and it did not change anything.
I also tried to find an existing <animation effect="slide" concerning the Plot but did not find one.
this is my code:
Help!Code:<control type="textbox">
<posx>1</posx>
<posy>-20</posy>
<width>1270</width>
<height>215</height>
<font>font-28</font>
<align>justify</align>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>9999999999</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="12000" repeat="8000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
yes, you should add the fade animation to the textbox control.
if it's currently sliding, then there's got to be a slide anim somewhere in the code.