threshold time on the mouse hover ?

threshold time on the mouse hover ?

Hello,

I'd like to launch an effect only if the mouse pointer was on element more than xx ms.

Is there other solution, than something like :
- delaying the effect with 200 ms and
- running effect only if the element the mouse pointer is currently on, is the same as the element that has triggered the event

?