We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now the animation system (the animation extension) is heavily based on hard coded animation-delay.
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.
The text was updated successfully, but these errors were encountered:
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/
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: