update md

This commit is contained in:
dntzhang 2018-11-06 17:56:46 +08:00
parent 90c1e61fd8
commit d99bf33006
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ define("my-app", class extends WeElement {
<css3-transform rotateZ={data.rotateZ} translateX={0} perspective={0} >
<div ref={this.linkRef}>
omi-transform
</div>
</div>
</css3-transform>
)
}
@ -89,7 +89,7 @@ render(<my-app />, "body")
> 使用 `this.data.rotateZ` 来同步运动 DOM 的状态防止意外的刷新(`update`)
[→ 演示](http://tencent.github.io/omi/packages/omi-transform/examples/simple/)
[→ 演示](https://tencent.github.io/omi/packages/omi/examples/css3transform/)
## 支持的属性