0

Hello is it possible to make blur effect only by axis X with Jquery or CSS3?

I found CSS3 filter and .blur in jquery, but it make blur on X and Y. And I need only X.

Is there any solution for it?

4

1 回答 1

0

blur()没有任何方向控制,因为它是高斯模糊并且是全向的。

如果你想让一个盒子在某些边缘淡出,你可能想看看 using box-shadow

于 2013-09-14T14:59:16.583 回答