基于状态的 PropertyAnimation
我想知道是否可以使用基于特定状态的 PropertyAnimation。
`StateGroup {
states: [
State {
name: "alignment";
when: text.width < 200;
PropertyAnimation {
target: text; properties: "horizontalAlignment"; from: Text.AlignHCenter; to: Text.AlignLeft }
}
]
}`
我想实现类似上面代码的东西,但我不知道是否可以做到这样的事情。
I'm wondering whether I can use a PropertyAnimation based on a particular State.
`StateGroup {
states: [
State {
name: "alignment";
when: text.width < 200;
PropertyAnimation {
target: text; properties: "horizontalAlignment"; from: Text.AlignHCenter; to: Text.AlignLeft }
}
]
}`
I want to achieve something like the above code but I don't know whether it is possible to do such thing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论