Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 过滤数据时转换不平滑_Css_Css Transitions - Fatal编程技术网

Css 过滤数据时转换不平滑

Css 过滤数据时转换不平滑,css,css-transitions,Css,Css Transitions,我已经创建了一个六边形的投资组合列表。但当我过滤它时,它并不是顺利发生的。请建议我该怎么做 我使用css转换 -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; 我不知道这是否能解决问题,也不知道您对平滑度的确切期望是什么,但使用线性而不是

我已经创建了一个六边形的投资组合列表。但当我过滤它时,它并不是顺利发生的。请建议我该怎么做

我使用css转换

-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;

我不知道这是否能解决问题,也不知道您对平滑度的确切期望是什么,但使用
线性
而不是
轻松
肯定会有助于让事情变得更好

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


代替易用的LinearReady已使用,但效果相同。您使用的浏览器是什么?差异可能很小,但浏览器之间的性能肯定会有一些差异。我使用最新的chrome版本。你能准确地解释一下你的期望吗,也许你在另一个网站上有一个例子来说明这一点会有所帮助,线性选项有什么问题吗?要获得同样的平滑效果,你需要用他们的LyBrery’同位素来查询jQuery,我不太熟悉角度,但是你可以考虑使用比CSS过渡更进化的东西。