Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

Why does the animation not take effect when using the <span> tag?

Open MoNaiZi opened this issue 2 years ago • 1 comments

Reproduction demo:https://jsbin.com/xuyapuyuna/1/edit?html,js,output

MoNaiZi avatar Aug 16 '23 09:08 MoNaiZi

It seems that it's because the span is an inline element. Change it to block and the animation will work.

GuillaumeDuti avatar Mar 12 '24 09:03 GuillaumeDuti