CSS background-blend-mode 属性定义和用法background-blend-mode 属性定义每个背景层(颜色和/或图像)的混合模式。另请参阅:CSS 教程:CSS 背景实例把背景图像的混合模式指定为
CSS background-attachment 属性定义和用法background-attachment 属性设置背景图像是否固定或者随着页面的其余部分滚动。另请参阅:CSS 教程:CSS 背景HTML DOM 参考手册:backg
CSS background 属性定义和用法background 简写属性在一个声明中设置所有的背景属性。可以设置如下属性: background-color background-position background-size background
CSS backface-visibility 属性定义和用法backface-visibility 属性定义当元素不面向屏幕时是否可见。如果在旋转元素不希望看到其背面时,该属性很有用。另请参阅:HTML DOM 参
CSS animation-timing-function 属性定义和用法animation-timing-function 规定动画的速度曲线。速度曲线定义动画从一套 CSS 样式变为另一套所用的时间。速度曲线用于使变
CSS animation-play-state 属性定义和用法animation-play-state 属性规定动画正在运行还是暂停。注释:您可以在 JavaScript 中使用该属性,这样就能在播放过程中暂停动画。另请
CSS animation-name 属性定义和用法animation-name 属性为 @keyframes 动画规定名称。注释:请始终规定 animation-duration 属性,否则时长为 0,就不会播放动画了。另请参阅:CSS3
CSS animation-iteration-count 属性定义和用法animation-iteration-count 属性定义动画的播放次数。另请参阅:CSS3 教程:CSS 动画HTML DOM 参考手册:animationIterationCount
CSS animation-fill-mode 属性定义和用法animation-fill-mode 属性规定动画在播放之前或之后,其动画效果是否可见。注释:其属性值是由逗号分隔的一个或多个填充模式关键词。另
CSS animation-duration 属性定义和用法animation-duration 属性定义动画完成一个周期所需要的时间,以秒或毫秒计。另请参阅:CSS3 教程:CSS 动画HTML DOM 参考手册:animationDur
CSS animation-direction 属性定义和用法animation-direction 属性定义是否应该轮流反向播放动画。如果 animation-direction 值是 "alternate",则动画会在奇数次数(1、3、5
CSS animation-delay 属性定义和用法animation-delay 属性定义动画何时开始。animation-delay 值以秒或毫秒计。提示:允许负值,-2s 使动画马上开始,但跳过 2 秒进入动画。另请
CSS animation 属性定义和用法animation 属性是一个简写属性,用于设置六个动画属性: animation-name animation-duration animation-timing-function animation-delay animati
CSS all 属性定义和用法all 属性将除 unicode-bidi 和 direction 之外的所有属性重置为其初始值或继承的值。实例将应用于元素或元素父元素的所有属性更改为其初始值:div {
CSS align-self 属性定义和用法align-self 属性指定弹性容器内所选项目的对齐方式。注意:align-self 属性将覆盖弹性容器的 align-items 属性。另请参阅:CSS 教程:CSS GridCSS