flex 简单翻转问题
我在 panel1 里面有一个 panel2。 当我翻转 panel1 时,我希望 panel2 可见,而当 mouseOut 时,panel2 不可见。 这对于 mouseOcer 和 MouseOut 事件来说很简单
当然,问题是当我翻转 panel2 (在 panel1 内)时:它开始闪烁。 我的问题是:如何简单地纠正它? (当然我希望 panel2 内的按钮也处于活动状态)
问候
I have a panel2 inside panel1.
When I rollover panel1, I want panel2 to be visible and when mouseOut, panel2 to be invisible.
This is simple with mouseOcer and MouseOut events
Of course trouble is when I rollover panel2 (inside panel1): it starts blinking.
My question is: how to simply correct it ? (of course I would like buttons inside panel2 to be active as well)
regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么这个代码对你不起作用?
Why this code won't work for you?