update readme

This commit is contained in:
dntzhang 2019-04-18 09:47:53 +08:00
parent 3d17612f32
commit fd0ced830b
1 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function h(type, props, ...children) {
直接看在小程序种使用案例:
```js
import { html, renderSVG } from '../../cax/svg'
import { html, renderSVG } from '../../cax/cax'
Page({
onLoad: function () {
@ -266,6 +266,10 @@ Page({
pasiton 提供了两个 path 和 颜色 相互切换的能力,最常见的场景比如 menu 按钮和 close 按钮点击后 path 的变形。
举个例子,看颜色和 path 同时变化:
![](https://github.com/Tencent/omi/blob/master/assets/rect.gif)
## 线性运动
这里举一个在 mps 中使用 SVG 的案例: