How do you make an image blink?

后端 未结 3 352
深忆病人
深忆病人 2020-12-09 11:55

I was wondering how to make an image blink in CSS, if it is possible. I want to have it blink where it is.

I would also like to change the speed but mainly I want to

3条回答
  •  心在旅途
    2020-12-09 12:16

    use setInterval method of Javascript use it as a reference of W3Schools and then change the css from visibility:visible to visiblity:hidden we will not use display:none as it will remove the space of the image as well but we do need the space for the image for the blinking thing to work.

提交回复
热议问题