mouseout信息详情

mouseout发音

意思翻译

灭鼠器

相似词语短语

La mousse───泡沫

famous stars───著名明星

catnip mouse───猫爪鼠

infamous definition───臭名昭著的定义

dormouse care───睡鼠护理

brumous crossword───粗口纵横字谜

biramous zoology───双性动物学

equanimous dj───平静的dj

wood mouse───小林姬鼠;[医]木鼠

enormously def───极大地定义

双语使用场景

In the design phase, you did not anticipate that mousemove or mouseout events would occur in Inactive state.───在设计阶段,没有预料到在Inactive状态下会出现mousemove或mouseout事件。

When the cursor then moves, any browser will generate a mousemove or mouseout event in Inactive state.───然后,当鼠标移动时,任何浏览器都会在 Inactive 状态下生成 mousemove 或 mouseout 事件。

The final two methods of the Event module, mouseover(fn) and mouseout(fn), are quite common in most Web sites today.───Event 模块的最后两个方法 mouseover(fn) 和 mouseout(fn) 目前在很多 Web 站点上都很常见。

You'll notice that this time you simply define a single function that is called by both the mouseover and mouseout events.───您会注意到,这次只定义了一个函数供mouseover和mouseout事件调用。

Also, you'll see that you need to separate the functions for mouseover and mouseout.───并且,您需要对mouseover和mouseout使用不同的函数。

Your widget will need to respond to three different events in the Pause state: the mousemove, mouseout, and timeout events.───部件在Pause状态下需要响应三个事件:mousemove、mouseout和timeout事件。

Executes some code when a Mouseout event occurs───当鼠标离开事件发生就执行一些代码

英语使用场景

When a mouseout event occurs, your code will call a function that cancels the timer started earlier in this section, and then transitions back to Inactive state.

Again, intuition led you to expect that mouseover events would precede mouseout events, so the mouseout events would not occur in Inactive state.

In the design phase, you did not anticipate that mousemove or mouseout events would occur in Inactive state.

No actions or transition are needed in this situation; you just want the finite state machine to ignore mouseout events in Inactive state, as shown in Listing 5.