青年中文青年中文

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.