You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/03/27 11:47:49 UTC

[echarts-doc] branch master updated: fix state animation in en doc

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new ffc4da3  fix state animation in en doc
ffc4da3 is described below

commit ffc4da3e8a15b5986b0a7f98c13cea0ba5f5c03f
Author: pissang <bm...@gmail.com>
AuthorDate: Sat Mar 27 19:47:36 2021 +0800

    fix state animation in en doc
---
 en/option/option.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/en/option/option.md b/en/option/option.md
index 23e8493..e8ddad5 100644
--- a/en/option/option.md
+++ b/en/option/option.md
@@ -76,6 +76,14 @@ Global font style.
 
 {{import: partial-animation }}
 
+# stateAnimation(Object)
+
+Animation configurations of state switchment. Can be configured in each series individually.
+
+{{use: partial-state-animation(
+    prefix = '#'
+) }}
+
 # blendMode(string) = 'source-over'
 
 Sets the type of compositing operation to apply when drawing a new shape. See the different type: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org