Ingresar:     


Forum: VirtualDJ Skins

Tópico: visibility and shape for cover not working
According to the VDJPedia, cover should have a syntax like this.

<cover source="" shape="" rotate="" linkdrop="" visibility="" os="" panel="" deck="">


However,

<cover source="automix" shape="circle" rotate="" linkdrop="" visibility="30%" os="" panel="" deck="">


does not make the cover art circular, nor does it set the visbility to 30%.

What am I doing wrong?

I have also tried other things for visibility. These all don't work - it's always visible 100%

OFF
FALSE
0
0.5
50%
NO
 

Mensajes 2 days ago @ 5:40 am
If you don't use a parameter, remove it.
Otherwise it will interfere with the element, producing unwanted effects.

<cover source="automix" shape="circle" visibility="30%" x="+0" y="+0" width="50" height="50" /> should work fine.
Also <cover source="automix" shape="circle" visibility="constant 0.3" x="+0" y="+0" width="50" height="50" /> should work as well (since visibility accepts scripts)


PS: Question like this is better to be asked on the SKIN forum next time. Thank you!
 

 <cover source="automix" shape="circle" visibililty="30%" rotate="no" x="1920/2-350" y="1000/2-350" width="700" height="700" />


Above is the exact code I'm using. I can once again cofnirm that I have no circle, and no transparency

EDIT: I mistyped visibility ... .... OMG - But shape still does not work without rotate.