Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个变换动画来改变 WPF 中矩形的形状。右上角和左上角必须拉在一起,如下图示例所示。
我应该使用什么变换属性来实现这种效果?
您可以尝试使用 3D 动画来实现这一点,如果左右角缩小到相同的大小...您可以参考下面的更多详细信息..
http://wpftution.blogspot.in/2012/05/3d-image-animation-in-wpf-using-blend-4.html
有3D动画的资源..
在表达式混合中:在旋转属性集中X = -45, Y = 0, Z = 0.
X = -45
Y = 0
Z = 0
旋转属性可以在变换 --> 投影 --> 旋转下找到。
供您参考,您可以查看文章使用 3D 工具在 Blend 中制作动画