LeetCode-Stats-Card
LeetCode-Stats-Card copied to clipboard
A Better Animation System
Now the animation system (the animation extension) is heavily based on hard coded animation-delay.
I think maybe it can be more flexible (for example, animating multiple visible extensions) if we use the css counter as the delay value.
Maybe we can try server-side SVG rendering from eCharts, which says that it supports initial animation.
https://apache.github.io/echarts-handbook/en/how-to/cross-platform/server/