Tag: css
All the articles with the tag "css".
-
css :not(:last-child)确保最后一个元素之后没有尾随分隔符。
:not(:last-child)确保最后一个元素之后没有尾随分隔符。
-
overscroll-behavior-x
overscroll-behavior-x:none 禁止浏览器内置的后退页行为。
-
css`transition-behavior:allow-discrete`
css`transition-behavior:allow-discrete` 它让原本不支持过渡的离散属性能够有平滑的动画效果。