jQuery流沙

jQuery流沙,jquery,quicksand,Jquery,Quicksand,我在我的网站上使用jQuery quicksand插件,但目前它下面的页脚会跳起来,并且在更改过滤器选项时,不会随着quicksand图像平滑地向上移动 我怎样才能着手解决这个问题 代码: 参数“调整高度”默认为“自动”。如果您将“adjustHeight”指定为“dynamic”,事情应该会更顺利 与此相反: $holder.quicksand($filteredData, { duration: 800, easing: 'easeInOutQ

我在我的网站上使用jQuery quicksand插件,但目前它下面的页脚会跳起来,并且在更改过滤器选项时,不会随着quicksand图像平滑地向上移动

我怎样才能着手解决这个问题

代码:

参数“调整高度”默认为“自动”。如果您将“adjustHeight”指定为“dynamic”,事情应该会更顺利

与此相反:

$holder.quicksand($filteredData, { duration: 800, easing: 'easeInOutQuad' }); $holder.流沙($FILTEREDATA{ 持续时间:800, 放松:'轻松外四' }); 是这样的:

$holder.quicksand($filteredData, { adjustHeight: 'dynamic', // This is the line you are looking for. duration: 800, easing: 'easeInOutQuad' }); $holder.流沙($FILTEREDATA{ adjustHeight:'动态',//这是您要查找的行。 持续时间:800, 放松:'轻松外四' }); 最佳。

参数“调整高度”默认为“自动”。如果您将“adjustHeight”指定为“dynamic”,事情应该会更顺利

与此相反:

$holder.quicksand($filteredData, { duration: 800, easing: 'easeInOutQuad' }); $holder.流沙($FILTEREDATA{ 持续时间:800, 放松:'轻松外四' }); 是这样的:

$holder.quicksand($filteredData, { adjustHeight: 'dynamic', // This is the line you are looking for. duration: 800, easing: 'easeInOutQuad' }); $holder.流沙($FILTEREDATA{ adjustHeight:'动态',//这是您要查找的行。 持续时间:800, 放松:'轻松外四' }); 最好的