根据其“禁用”状态保持 Control.Opacity 的动画效果视觉状态?
我有一个自定义按钮。
我希望当它进入“禁用”状态时,它的 Opacity
属性应该在大约一秒的时间范围内交换到 65% 左右,当它离开“禁用”状态时,它应将不透明度恢复为 100%(动画)。
这是怎么做到的?
这是怎么做到的?
I have a custom button.
I want that when it goes to "Disabled" state, it's Opacity
property should swap to 65% or so, over a time frame of a around a second, when it leaves the "Disabled" state, it should turn the Opacity back to 100% (animated).
How is this done?
How is this done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这段短片视频在几分钟内回答了我所有的问题!
这就是我所需要的:
This short video answered all my question in minutes!
Here is all I needed: