Storyboard animation is lagging
问题 i created a snow falling animation but it is little lagging, if i create this animation in blank new app it works fine but if try to build some more things and use it fully build app it starts lagging. XAML <Grid> <Canvas x:Name="ContentPanel" Height="768"> </Canvas> </Grid> C# using System.Windows.Shapes; using System.Windows.Media.Animation; using System.Windows.Media; public partial class MainPage : PhoneApplicationPage { private static Random random; public MainPage() {