Browse Source

Update animation.md

Björn Ritzl 6 years ago
parent
commit
c806001c91
1 changed files with 0 additions and 2 deletions
  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 |