waterfall实现向下滚动瀑布流图片加载效果代码

代码语言:html

所属分类:瀑布流

代码描述:waterfall实现向下滚动瀑布流图片加载效果代码

代码标签: waterfall 向下 滚动 瀑布流 图片 加载

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<html lang="zh-CN">

<head>
    <meta charset="UTF-8">
    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/waterfall.css">
   
</head>

<body>
    <div id="header">
        <h1>瀑布流滚动</h1>
    </div>
    <div id="container"></div>
    <script type="text/x-handlebars-template" id="waterfall-tpl">
        {{#result}}
        <div class="item">
            <img src="{{image}}" width="{{width}}" height="{{height}}&quo.........完整代码请登录后点击上方下载按钮下载查看

网友评论0