Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: video skin overlay fadeout
Does any know how to get the overlay to fadeout after 15000ms at the end when songpos_remain is visible ?

<skin name="Fido Theme" version="2" width="1920" height="1080" breakline="1080" comment="Fidos video tema" author="Hansson" image="skin.png" preview="bluearty.png">
<copyright>(c) 2022 - Fido Productions</copyright>
<font name="Helvetica"/>

<define class="titler_boxes">
<square name="white_top" color="#ffffff">
<size height="50" width="900"/>
<pos x="+0" y="+130"/>
<size width="900" height="48"/>
<gradient type="horizontal" color1="#ffffff" color2="#80ffffff"/>
</square>
<square name="white_bottom" color="#80ffffff">
<size height="50" width="900"/>
<pos x="+0" y="+185"/>
<size width="900" height="48"/>
</square>
</define>
<!-- total width : 144+1031 -->

<define class="titler_text">
<textzone group="artist" align="left" deck="master" scroll="no">
<pos x="+25" y="+130"/>
<size width="1920-250" height="40"/>
<text size="45" color="#000000" weight="bold" format="Artist: "/>
</textzone>
<textzone group="artist" align="left" deck="master" scroll="no">
<pos x="+125" y="+130"/>
<size width="1920-400" height="40"/>
<text size="45" color="#000000" weight="" action="get_artist_before_feat"/>
</textzone>
<textzone group="artist" align="left" deck="master" scroll="no">
<pos x="+25" y="+185"/>
<size width="1920-400" height="40"/>
<text size="45" color="#000000" weight="bold" format="Title: "/>
</textzone>
<textzone group="artist" align="left" deck="master" scroll="no">
<pos x="+125" y="+185"/>
<size height="40" width="1920-500"/>
<text size="45" color="#000000" weight="" align="left" action="get_title_before_remix 'clean'"/>
</textzone>
</define>

<define class="blank_item"></define>

<group visibility="get_build &amp; param_bigger 4462">
<define class="titler_item">
<panel class="titler_boxes"></panel>
<deck deck="playing"><panel class="titler_text"></panel></deck>
</define>
<group name="titler_newer">
<stack fadein="1500ms" fadeout="1500ms">
<size width="1920" height="360"/> <!-- one third of screen -->
<pos x="0" y="815"/> <!-- lower third of screen -->
<slot x="+0" y="+0"/>
<!-- Start fade in ved 5000ms -->
<item class="titler_item" visibility="load_pulse_active 1000ms 10000ms &amp;&amp; pulse 12000ms"></item>
<item class="titler_item" visibility="deck playing songpos_remain 35000ms"></item>
<!-- default -->
<item class="blank_item"></item>
</stack>
</group>
</group>

</skin>
 

geposted Wed 23 Mar 22 @ 6:13 pm