Problem with opacity property of grid
-
When trying to animate the opacity property of a grid by doing.
MainGrid.BeginAnimation(OpacityProperty,
new DoubleAnimation(1.0, 0.2, new Duration(new TimeSpan(0, 0, 2))));The first time this runs the window freezes until I resize or minimize maximize the window and from then on the animation runs smoothly...also following animations run ok.Only the first time it hangs until a window resize Also with the storyboard object I get the same behavior... :doh:
-
When trying to animate the opacity property of a grid by doing.
MainGrid.BeginAnimation(OpacityProperty,
new DoubleAnimation(1.0, 0.2, new Duration(new TimeSpan(0, 0, 2))));The first time this runs the window freezes until I resize or minimize maximize the window and from then on the animation runs smoothly...also following animations run ok.Only the first time it hangs until a window resize Also with the storyboard object I get the same behavior... :doh: