V
vineet
In WPF (even with considerable improvement in version 3.5), while running
multiple animations in a single window, The performance of one animation
suffers a lot.
for example, i have two image transitions on two independent Canvases on a
Grid.
1. is simple, slide transformation running, continously from left to right
with multiple images.
2. 3D transitions over multiple images.
Even after first run, when the images have beeen cached, when the 3D
Transition happens, there are lots of jerks in the first transition.
What are the reasons and ways to avoid it, if any.
multiple animations in a single window, The performance of one animation
suffers a lot.
for example, i have two image transitions on two independent Canvases on a
Grid.
1. is simple, slide transformation running, continously from left to right
with multiple images.
2. 3D transitions over multiple images.
Even after first run, when the images have beeen cached, when the 3D
Transition happens, there are lots of jerks in the first transition.
What are the reasons and ways to avoid it, if any.