普通动画用 transition 只能做一些简单的动画,稍微复杂的动画可以使用keyframes:
.show{ animation:show-item 2s ease-in forwards; }
.hide{ animation:hid
2023-01-05