# Waterfall **Repository Path**: mirrors_abel533/Waterfall ## Basic Information - **Project Name**: Waterfall - **Description**: jQuery waterfall Plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
jQuery.waterfull.min.js , 必须在jQuery库之后;$node.waterfall({/* 此处为设置选项, 可留空 */})$('#container').waterfall({})
{
itemSelector:'.post-home', //子元素id/class, 可留空
columnCount:4, // 列数, 纯数字, 可留空
columnWidth:300, // 列宽度, 纯数字, 可留空
isResizable:false, // 自适应浏览器宽度, 默认false
isAnimated:false, // 元素动画, 默认false
Duration:500, // 动画时间
Easing:'swing', // 动画效果, 配合 jQuery Easing Plugin 使用
endFn:function(){}, // 回调函数
}
感谢你的支持与反馈 :)
作者: MuFeng