手册
目录
收藏505
分享
阅读1027
更新时间2025-07-16
offset-position 属性指定元素在路径上的初始位置。
如果 offset-path 函数未指定其自身的起始位置,则 offset-position 的值决定了元素在沿偏移路径移动时的初始位置。
指定元素的初始位置应为右下角:
#square {
width: 60px;
height: 60px;
background: blue;
offset-position: bottom right;
offset-path: ray(45deg);
}
运行实例 »点击 "运行实例" 按钮查看在线实例
查看不同的偏移起始位置:
#square1 {
width: 40px;
height: 40px;
background: pink;
text-align:center;
offset-position: bottom right;
offset-path: ray(45deg);
}
#square2 {
width: 40px;
height: 40px;
background: red;
text-align:center;
offset-position: top right;
offset-path: ray(25deg);
}
#square3 {
width: 40px;
height: 40px;
background: yellow;
text-align:center;
offset-position: normal;
offset-path: ray(45deg);
}
#square4 {
width: 40px;
height: 40px;
background: cyan;
text-align:center;
offset-position: auto;
offset-path: ray(95deg);
}
#square5 {
width: 40px;
height: 40px;
background: lavender;
text-align:center;
offset-position: 30% 70%;
offset-path: ray(120deg);
}
运行实例 »点击 "运行实例" 按钮查看在线实例
offset-position: auto|normal|position|initial|inherit;
| 值 | 描述 |
|---|---|
| normal | 将偏移起始位置设置为包含块的 50% 50%。默认值。 |
| auto | 将偏移起始位置设置为元素框的左上角。 |
| position |
指定一个 x/y 坐标,将元素相对于其框边缘放置。 可以使用 1 到 4 个值来定义位置。 |
| initial | 将此属性设置为其默认值。参阅 initial。 |
| inherit | 从其父元素继承此属性。参阅 inherit。 |
| 默认值: | normal |
|---|---|
| 继承性: | 否 |
| 动画制作: | 支持。请参阅:动画相关属性。 |
| 版本: | CSS3 |
| JavaScript 语法: | object.style.offsetPosition="auto" |
表格中的数字表示首个完全支持该属性的浏览器版本。
| Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|
| 116 | 116 | 122 | 16 | 102 |
教程:SVG 路径
教程:CSS 动画
参考:CSS offset 属性
参考:CSS offset-anchor 属性
参考:CSS offset-distance 属性
参考:CSS offset-path 属性
参考:CSS offset-rotate 属性
相关
视频
RELATED VIDEOS
科技资讯
1
2
3
4
5
6
7
8
9
精选课程
共5课时
17.2万人学习
共49课时
77万人学习
共29课时
61.7万人学习
共25课时
39.3万人学习
共43课时
70.9万人学习
共25课时
61.6万人学习
共22课时
23万人学习
共28课时
33.9万人学习
共89课时
125万人学习