Stephen, I have many similar escenarios where we want to show a loading animation and I've not noticed a delay or any issues with the animation. However, those animations happen to be really simple and small.
Do you have something you could share? I'd be interested in taking a deeper look at this. By the way, I'm using SLSpy with x64 without problems. I don't think Also take a look at this performance suggestions. http://silverlight.net/blogs/msnow/archive/2008/11/03/silverlight-tip-of-the-day-67-silverlight-performance-tips.aspx Reducing the maxframerate might help. You can enable the RateCounter to know exactly how the animation is affected. If you don't need to Blend your SL content with the html content disable that feature and set a non transparent background to your LayoutRoot element. If your animation is big that will increase the redraw region, which makes it more expensive, specially if you're blending it with HTML content. Try reducing the size of the animation, that might help also. -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
