问题
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