进行旋转和缩放后,Silverlight4 中的内容变得模糊
嘿, 我正在旋转 180 度,然后在 X 轴上旋转 -1 度。这应用于用户控件的主网格。 在这个网格中,我有一个按钮和一个带有文本框的堆栈面板。 问题是动画完成后按钮和文本框变得模糊。
如果有人可以帮忙,我等待答案。
谢谢。
Hy,
I am making a rotation of 180 degree and after that a scale of -1 on X axis. This is applied to the main grid of the user control.
In this grid i have a button and a stack panel with textBox.
The problem is that after the animation is done the button and the textBox become blurred.
If someone can help, i wait an answer.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题看起来出在投影的旋转上。如果设置为 0,模糊就会消失。解决方案是将旋转设置为0,并在动画结束时进行一些其他修改
The problem looks to be at the rotation of the projection. If is set to 0 the blur disappeared. The solution was to set the rotation on 0 and make some other modification at the end of the animation