如果我想在Windows应用商店应用的背景中投入一些生命,我必须以何种方式进行调查?我开始考虑一些非常简单的事情,比如根据时间移动太阳或每隔10秒产生一次气泡,或者为了演示目的移动不同高度的飞机。
答案 0 :(得分:0)
Background
属性属于Brush
类型 - 您可以在其上尝试一些animation。
另一种解决方案是将MediaElement
设置为您应用的背景:
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<MediaElement Source="sampleVideo.wmv" IsLooping="True" />
<Grid>
</Grid>
</Grid>