gpt4 book ai didi

css - 过滤数据时过渡不平滑

转载 作者:行者123 更新时间:2023-11-28 17:17:16 25 4
gpt4 key购买 nike

我创建了一个六边形的投资组合列表。但是当我过滤它时,它并不顺利。请建议我应该为此做什么?

我为此使用了 css transition。

-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;

Working Demo

最佳答案

我不知道这是否会解决问题以及您对平滑度的确切期望,但是使用 linear 而不是 ease 肯定会有所帮助更好

有关更多信息,这里有一些图表显示了过渡属性的所有不同时间

enter image description here

关于css - 过滤数据时过渡不平滑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28362993/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com