浏览代码

Update animation.md

Björn Ritzl 6 年之前
父节点
当前提交
c806001c91
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/en/manuals/animation.md

+ 0 - 2
docs/en/manuals/animation.md

@@ -340,7 +340,6 @@ Easing defines how the animated value changes over time. The images below descri
 
 The following are valid easing values for `go.animate()`:
 
-| | |
 |---|---|
 | go.EASING_LINEAR | |
 | go.EASING_INBACK | go.EASING_OUTBACK |
@@ -366,7 +365,6 @@ The following are valid easing values for `go.animate()`:
 
 The following are valid easing values for `gui.animate()`:
 
-| | |
 |---|---|
 | gui.EASING_LINEAR | |
 | gui.EASING_INBACK | gui.EASING_OUTBACK |