xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

pull down/pull up refresh & UI Components

pull down/pull up refresh & UI Components

下拉/上拉刷新

https://mint-ui.github.io/docs/#/zh-cn2/loadmore

import { Loadmore } from 'mint-ui';

Vue.component(Loadmore.name, Loadmore);


<mt-loadmore :top-method="loadTop" :bottom-method="loadBottom" :bottom-all-loaded="allLoaded" ref="loadmore">
  <ul>
    <li v-for="item in list">{{ item }}</li>
  </ul>
</mt-loadmore>


pull down/pull up refresh js

https://github.com/owenliang/pullToRefresh

https://github.com/owenliang/pullToRefresh/blob/master/pullToRefresh.js

https://github.com/owenliang/pullToRefresh/blob/master/iscroll.js

https://github.com/dwcares/pulltorefresh

http://dwcares.com/2013/10/06/pull-to-refresh-2/

pulltorefresh.js

https://www.boxfactura.com/pulltorefresh.js/

https://www.boxfactura.com/pulltorefresh.js/demos/basic.html

https://www.cssscript.com/tag/pull-to-refresh/

https://stackoverflow.com/questions/46190436/how-to-detect-pull-to-refresh

https://stackoverflow.com/questions/37005417/pull-up-to-refresh-in-android-recyclerview
https://github.com/WyrdNexus/js-minimal-android-swipe-detect

https://makitweb.com/pull-down-to-refresh-with-pulltorefresh-js/

https://www.npmjs.com/package/mobile-pull-to-refresh


https://www.cnblogs.com/xgqfrms/p/11071017.html

AB testing

https://github.com/jiangfengming/pull-to-refresh/blob/master/src/pullToRefresh.js


posted @ 2019-06-25 12:34  xgqfrms  阅读(367)  评论(5编辑  收藏  举报