Hover effects using CSS3 touch events

后端 未结 3 2017
萌比男神i
萌比男神i 2020-12-02 05:19

I am using CSS3 hover and transitions to show and hide an image. On mobile devices I would like to use the same transition for touch events.

Basically, the first to

3条回答
  •  爱一瞬间的悲伤
    2020-12-02 05:55

    If you don't want to modify your HTML code, you could try this:

    
    

提交回复
热议问题