0

我有一个图像,当我将鼠标悬停在图像上时,它需要大约 3 秒钟才能淡入。我希望它会立即淡入。这是我的 jquery 的一个片段:

$cache.mouseenter(function(){
    $cache.fadeTo('fast', 0.5);
});
4

0 回答 0