We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tranform-origin
1 parent 4a74e8e commit da49c1dCopy full SHA for da49c1d
1 file changed
02 - JS + CSS Clock/README.md
@@ -21,7 +21,7 @@
21
3. 每一秒改变一次指针状态
22
23
**涉及到的特性:**
24
-- `transform-oragin`
+- `transform-origin`
25
- `transform: rotate()`
26
- `transition`
27
- `transition-timing-function: cubic-bezier(x, x, x, x)`
@@ -33,10 +33,10 @@
33
### CSS 部分
34
35
1. 调整指针的初始位置以及旋转的轴点
36
- [transform-oragin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)
+ [transform-origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)
37
38
```css
39
- transform-oragin: 100%; // 或者可以用 right
+ transform-origin: 100%; // 或者可以用 right
40
```
41
42
2. 调整时钟指针跳动时的过渡效果
0 commit comments