- 已关闭**。此问题需要details or clarity。当前不接受答案。
- 想要改进此问题?**添加详细信息并通过editing this post阐明问题。
14小时前关门了。
Improve this question
所以我想做一个消耗超时时间的条形图,我试着在谷歌上搜索,我找到了这个smooth looking example,但问题是,我想让条形图从两边消耗,所以它最终在中间完成。我该怎么做呢?
14小时前关门了。
Improve this question
所以我想做一个消耗超时时间的条形图,我试着在谷歌上搜索,我找到了这个smooth looking example,但问题是,我想让条形图从两边消耗,所以它最终在中间完成。我该怎么做呢?
1条答案
按热度按时间46qrfjad1#
在他们的示例中,您唯一需要更改的是
transform-origin: left center;
到transform-origin: center;
。示例:https://codepen.io/Bat_Cave/pen/eYjzKpr
More on
transform-origin