Delay CSS function in Jquery?

后端 未结 8 1271
自闭症患者
自闭症患者 2021-02-13 11:12

How can I delay a CSS change in jquery? Here is my code:

$(\"document\").ready(function() {
    $(\".pressimage img\").mouseenter(function() {
        $jq(this)         


        
8条回答
  •  故里飘歌
    2021-02-13 11:47

    http://forum.jquery.com/topic/delay-css

    tested and working for my purpose of delaying a css property following an animate.

提交回复
热议问题