Controlling tile animations on the Start Screen

有些话、适合烂在心里 提交于 2020-01-17 02:54:06

问题


I'm using the TileSquarePeekImageAndText02 template to display some information on the tile. Right now, I believe the tile is alternating between the two states every 10 seconds. Is there a way to control this setting? I want it swap the tiles every 5 seconds. Here's the XML for the tile --

<tile>
  <visual>
    <binding template="TileSquarePeekImageAndText04">
      <image id="1" src="image1" alt="alt text"/>
      <text id="1">Text Field 1</text>
    </binding>  
  </visual>
</tile>

回答1:


No, Windows determines and controls when items are animated on the Start screen. The animations are coordinated between all of the tiles to make cycling, peek tiles, and new tile update animations not all occur at once, providing a smoother user experience.



来源:https://stackoverflow.com/questions/12737105/controlling-tile-animations-on-the-start-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!