LeetCode-Stats-Card icon indicating copy to clipboard operation
LeetCode-Stats-Card copied to clipboard

A Better Animation System

Open JacobLinCool opened this issue 3 years ago • 1 comments

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.

JacobLinCool avatar Jun 24 '22 12:06 JacobLinCool

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/

JacobLinCool avatar Mar 09 '24 01:03 JacobLinCool