flex – 翻转和鼠标悬停之间有什么区别?

前端之家收集整理的这篇文章主要介绍了flex – 翻转和鼠标悬停之间有什么区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在flex中,翻转和鼠标悬停之间有什么区别?

它首先发生翻转,然后是鼠标悬停,然后是鼠标输出,然后是首次展示.
什么时候这些活动最合适?

解决方法

AS3 documentation

The mouSEOver event is dispatched each time the mouse enters the area of any child object of the display object container,even if the mouse was already over another child object of the display object container. This is different behavior than the purpose of the rollOver event,which is to simplify the coding of rollout behaviors for display object containers with children. When the mouse enters the area of a display object or the area of any of its children from an object that is not one of its children,the display object dispatches the rollOver event. The rollOver events are dispatched consecutively down the parent chain of the object,starting with the highest parent that is neither the root nor an ancestor of the relatedObject and ending with the object.

原文链接:https://www.f2er.com/flex/174190.html

猜你在找的Flex相关文章