Moving dotted border using CSS

后端 未结 8 1868
感情败类
感情败类 2020-12-08 10:57

I have class that applies a dotted style border property to a text block at runtime. I am trying to find a solution, using CSS, that makes the border move like a gif image.

8条回答
  •  不思量自难忘°
    2020-12-08 11:18

    I'm also looking for such a solution since I'm trying to simulate the animated border that excel uses to indicate that the current selection has been cut and is waiting to be pasted.

    Tacky? No, not in the context of the use I intend.

    I found this jQuery plugin. http://there4development.com/projects/animatedborder/, the orginal poster might want to give it a go.

提交回复
热议问题