We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实现数据分页,数据 mock 一份即可
可自己搭建服务,自选框架,比如 koa2,不强制使用 fe
有 api 和静态资源分类的概念
列表数据格式可参考
[{ id: "hahahahahha", index: 0, title: "我是标题,要短", desc: "我是描述,我很长。", // pic: "http://xxx.xx.x/xxxxx.avi", pic: "http://xxx.xx.x/xxxxx.png", date: },{ // ... }]
文字列表
普通的图文列表
带 css3 动画、特效、蒙层、变换 的列表
The text was updated successfully, but these errors were encountered:
Refs:
http://code.flickr.net/2013/06/04/adventures-in-jank-busting-parallax-performance-and-the-new-flickr-home-page/
https://www.html5rocks.com/en/tutorials/speed/scrolling/
https://www.fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property/
https://www.html5rocks.com/en/tutorials/speed/layers/
https://docs.google.com/presentation/d/1WsFzuaf595k4WL1nQK0kpkj3rYOP-Bm20jpHAB4YUGI/preview#slide=id.p
http://jankfree.org/
http://scrollerjs.com/talks/velocity2014
https://csstriggers.com/
https://www.smashingmagazine.com/2013/06/pinterest-paint-performance-case-study/
https://ariya.io/2013/08/javascript-kinetic-scrolling-part-1 http://ariya.ofilabs.com/2013/11/javascript-kinetic-scrolling-part-2.html
http://bdadam.com/blog/panning-and-scrolling-background-images-using-the-canvas-element.html
http://kristerkari.github.io/adventures-in-webkit-land/blog/2013/08/30/fixing-a-parallax-scrolling-website-to-run-in-60-fps/
Sorry, something went wrong.
No branches or pull requests
无限滚动组件
基本要求
后端要求
实现数据分页,数据 mock 一份即可
可自己搭建服务,自选框架,比如 koa2,不强制使用 fe
有 api 和静态资源分类的概念
列表数据格式可参考
前端要求
设计图
文字列表
普通的图文列表
带 css3 动画、特效、蒙层、变换 的列表
技能
The text was updated successfully, but these errors were encountered: