フローチャートのエッジアニメーション対応のために、Mermaid を v11.5.0 以上へアップデートをして頂けませんか? #1027
kahirokunn
started this conversation in
要望・アイデア・不具合
Replies: 1 comment 1 reply
-
|
@kahirokunn |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Qiita で利用されている Mermaid を v11.5.0 以上 へアップデートしていただきたいです。
理由は、v11.5.0 で 「flowchart のエッジアニメーション」 が取り込まれており、この機能を Qiita でも利用したいためです。
→ Adding support for animation of flowchart edges が含まれています。 GitHub
ユースケースの例
手順やデータフローの「方向性・強調」を動きで伝えたいケース(入門記事、ネットワーク/ETL/CI パイプライン解説など)で視認性が上がります。静的図より理解が早く、学習コスト低減にも寄与します。
サンプル
flowchart LR A e1@==> B e1@{ animate: true}flowchart LR A e1@--> B e1@{ animation: fast}ご検討頂けたら幸いです。
Beta Was this translation helpful? Give feedback.
All reactions