Skip to content

Commit

Permalink
update shape tweening
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbinbin committed Aug 28, 2024
1 parent 7bef3bc commit f6a0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion areachart/shape-tweening/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="py-8 text-2xl font-bold">形状切换的补间动画</h1>
<div class="py-2 text-sm flex flex-wrap justify-center items-center gap-4">
<a href="../../index.html" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">首页</a>
<a href="https://observablehq.com/@benbinbin/shape-tweening" target="_blank" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">参考</a>
<a href="https://github.com/Benbinbin/d3-learning/tree/main/linechart/shape-tweening/" target="_blank" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">代码</a>
<a href="https://github.com/Benbinbin/d3-learning/tree/main/areachart/shape-tweening/" target="_blank" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">代码</a>
<a href="https://datavis-note.benbinbin.com/article/d3/chart-example/d3-chart-example-area-chart#形状切换补间动画" target="_blank" class="text-blue-500 hover:text-blue-600 underline transition-colors duration-300">笔记</a>
</div>
</div>
Expand Down

0 comments on commit f6a0944

Please sign in to comment.