Advertisement
abeksis

avi

May 8th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <control type="image"><!-- MOVIE POSTER IMAGE - התמונה של הפוסטר של הסרט -->
  2. <posx>150</posx>
  3. <posy>-60</posy>
  4. <width>218</width>
  5. <height>310</height>
  6. <texture background="true">$INFO[ListItem.Icon]</texture>
  7. <fadetime>IconCrossfadeTime</fadetime>
  8. <animation effect="slide" end="0,-40" time="0" condition="Skin.HasSetting(Enable_Movies_Media_Flags)">Conditional</animation>
  9. <visible>!stringcompare(ListItem.Label,..)</visible>
  10. </control>
  11. <control type="image"> <!-- Movie Poster Image Frame - המסגרת של תמונת הפוסטר -->
  12. <posx>150</posx>
  13. <posy>-60</posy>
  14. <aligny>top</aligny>
  15. <width>450</width>
  16. <height>526</height>
  17. <texture fallback="home/case.png">case$INFO[ListItem.VideoResolution].png</texture>
  18. <animation effect="slide" end="0,-40" time="0" condition="Skin.HasSetting(Animation.FadeOut)">Conditional</animation>
  19. <visible>!stringcompare(ListItem.Label,..) + !Skin.HasSetting(HideMovieCase)</visible>
  20. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement