The current flowchart.md documents edge animations using animate and animation properties, but the section has no version tag indicating when this feature was introduced — unlike other sections in the same file which correctly use tags such as (v11.3.0+) and (v11.10.0+). This makes it impossible for users to know which minimum version of Mermaid is required to use edge animations.
Additionally, the animation property only documents fast and slow as valid values in prose, but there is no formal parameter reference table listing all accepted values, their effects, and defaults — unlike the icon and image shape sections which include full parameter tables. The documentation in flowchart.md should be updated to add a version tag to the edge animation section and include a complete parameter reference table for all animation properties.
In association with Issue #7389 and PR #7501.
The current flowchart.md documents edge animations using animate and animation properties, but the section has no version tag indicating when this feature was introduced — unlike other sections in the same file which correctly use tags such as (v11.3.0+) and (v11.10.0+). This makes it impossible for users to know which minimum version of Mermaid is required to use edge animations.
Additionally, the animation property only documents fast and slow as valid values in prose, but there is no formal parameter reference table listing all accepted values, their effects, and defaults — unlike the icon and image shape sections which include full parameter tables. The documentation in flowchart.md should be updated to add a version tag to the edge animation section and include a complete parameter reference table for all animation properties.
In association with Issue #7389 and PR #7501.