simplify the life

2023年2月27日 #

transition、@keyframes animation 和 Hover.css

摘要: transition Transitions enable you to define the transition between two states of an element. Different states may be defined using pseudo-classes like 阅读全文

posted @ 2023-02-27 21:50 lessfish 阅读(203) 评论(0) 推荐(0)

由 Sweep To Right 动效引发的对 z-index 的再度学习

摘要: z-index MDN | Hover.css 对于一个已经定位的盒子(即其 position 属性值不是 static),z-index 属性指定: 盒子在当前堆叠上下文中的堆叠层级 盒子是否创建一个本地堆叠上下文(后代元素的 z-indexes 不与此元素外部的 z-indexes 进行对比) 阅读全文

posted @ 2023-02-27 21:31 lessfish 阅读(51) 评论(0) 推荐(0)

导航