Changing :hover to touch/click for mobile devices

后端 未结 9 1979
余生分开走
余生分开走 2020-11-28 19:43

I\'ve had a look around but can\'t quite find what i\'m looking for.

I currently have a css animation on my page which is triggered by :hover. I would like this to c

9条回答
  •  旧巷少年郎
    2020-11-28 20:30

    You can add onclick="" to hovered element. Hover will work after that.

    Edit: But you really shouldn't add anything style related to your markup, just posted it as an alternative.

提交回复
热议问题