前端之家收集整理的这篇文章主要介绍了
随着鼠标越来越接近元素,Jquery淡入淡出,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在寻找一种
效果,当我将鼠标移近一个元素时,该元素从0不透明度(不可见)变为100不透明度.
我不是在寻找典型的mouSEOver / mouSEOut组合.
不透明度应取决于鼠标距元素的距离.不透明度将在元素周围的100px边界内增加,直到鼠标到达元素.然后它将是100不透明度.
是否有任何插件可以执行与此类似的操作?
是的,
Approach是一个
插件,完全按照你的描述,
Approach is a jQuery plugin that
allows you to animate style properties
based on the cursor’s proximity to an
object. It works in a very similar
manner to 07001,however it
animates over distance instead of
time.
main page上的第二个演示特别适合您.
原文链接:https://www.f2er.com/jquery/176817.html