ProjectArcade

Форк
0
1
<!-- Theme by pajarorrojo
2
https://github.com/pajarorrojo/es-theme-PlayStation-X 
3
-->
4
<theme>
5
   <formatVersion>7</formatVersion>
6
   <view name="system">
7
      <image name="logo">
8
         <storyboard >
9
            <animation property="y" from="0.25" duration="300" mode="easeOutCubic" />
10
            <sound  path="./../../_theme_inc/sound-effects/enter-system.ogg"/>
11
         </storyboard>
12
      </image>
13

14
      <carousel name="systemcarousel">
15
         <scrollSound>./../../_theme_inc/sound-effects/system-scroll.ogg</scrollSound>
16
      </carousel>
17

18
   </view>
19

20
   <view name="grid">
21
      <imagegrid name="gamegrid">
22
         <scrollSound  >./../../_theme_inc/sound-effects/gamelist-scroll.ogg</scrollSound>
23
         <storyboard>
24
            <animation  property="y" from="0.2" duration="600" mode="easeOutCubic" />
25
            <animation  property="opacity" from="0" to="1" duration="600" mode="easeInOut" />
26
            <sound path="./../../_theme_inc/sound-effects/enter-gamelist.ogg"/>
27
         </storyboard>
28
      </imagegrid>
29
   </view>
30

31
   <view name="detailed">
32
      <textlist name="gamelist">
33
         <scrollSound >./../../_theme_inc/sound-effects/gamelist-scroll.ogg</scrollSound>
34
         <storyboard > 
35
            <animation property="x" to="0" begin="300" duration="300" mode="easeOutCubic" />
36
            <animation property="opacity" to="1" begin="300" duration="600" mode="ease" />
37
            <sound path="./../../_theme_inc/sound-effects/enter-gamelist.ogg"/>
38
         </storyboard>
39
      </textlist>
40
   </view>
41

42
</theme>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.