Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个图像,当我将鼠标悬停在图像上时,它需要大约 3 秒钟才能淡入。我希望它会立即淡入。这是我的 jquery 的一个片段:
$cache.mouseenter(function(){ $cache.fadeTo('fast', 0.5); });