{"id":13669902,"url":"https://github.com/yanhaijing/zepto.fullpage","last_synced_at":"2025-05-15T05:08:12.260Z","repository":{"id":23851645,"uuid":"27229464","full_name":"yanhaijing/zepto.fullpage","owner":"yanhaijing","description":"Focusing on the fullPage.js for mobile terminals.","archived":false,"fork":false,"pushed_at":"2024-02-26T04:01:18.000Z","size":220,"stargazers_count":2097,"open_issues_count":55,"forks_count":510,"subscribers_count":129,"default_branch":"master","last_synced_at":"2025-04-14T08:11:33.368Z","etag":null,"topics":["fullpage","javascript","mobile","zepto"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yanhaijing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://yanhaijing.com/mywallet/"]}},"created_at":"2014-11-27T14:46:44.000Z","updated_at":"2025-03-21T06:21:06.000Z","dependencies_parsed_at":"2024-06-19T13:26:23.637Z","dependency_job_id":"6f79806a-0664-4a59-8cd6-a333447289cd","html_url":"https://github.com/yanhaijing/zepto.fullpage","commit_stats":{"total_commits":112,"total_committers":18,"mean_commits":6.222222222222222,"dds":0.2678571428571429,"last_synced_commit":"c5575dd043edcacf0e60d866fe2bb8ff05f08e42"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanhaijing%2Fzepto.fullpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanhaijing%2Fzepto.fullpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanhaijing%2Fzepto.fullpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanhaijing%2Fzepto.fullpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanhaijing","download_url":"https://codeload.github.com/yanhaijing/zepto.fullpage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092792,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullpage","javascript","mobile","zepto"],"created_at":"2024-08-02T09:00:25.045Z","updated_at":"2025-05-15T05:08:07.253Z","avatar_url":"https://github.com/yanhaijing.png","language":"CSS","funding_links":["https://yanhaijing.com/mywallet/"],"categories":["CSS","目录","Uncategorized","13. 页面交互"],"sub_categories":["移动端","Uncategorized","13.12 全屏滚动/全屏切换 ###","13.12 全屏滚动/全屏切换"],"readme":"# zepto.fullpage \n[![release](https://img.shields.io/badge/release-v0.5.0-orange.svg)](https://github.com/yanhaijing/zepto.fullpage/releases) [![issues](https://img.shields.io/github/issues/yanhaijing/zepto.fullpage.svg)](https://github.com/yanhaijing/zepto.fullpage/issues) [![forks](https://img.shields.io/github/forks/yanhaijing/zepto.fullpage.svg)](https://github.com/yanhaijing/zepto.fullpage/network) [![stars](https://img.shields.io/github/stars/yanhaijing/zepto.fullpage.svg)](https://github.com/yanhaijing/zepto.fullpage/stargazers) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yanhaijing/zepto.fullpage/blob/master/LICENSE)\n\n专注于移动端的fullPage.js。\n\n## 功能概述\n可实现移动端的单页滚动效果，可自定义参数，提供回调接口，和公开接口。\n\n## 兼容性\n- Ios4+\n- Andriod2.3+（未全部覆盖）\n\n## 快速上手\n### HTML\n\n\t\u003cdiv class=\"wp\"\u003e\n        \u003cdiv class=\"wp-inner\"\u003e\n            \u003cdiv class=\"page page1\"\u003e1\u003c/div\u003e\n            \u003cdiv class=\"page page2\"\u003e2\u003c/div\u003e\n            \u003cdiv class=\"page page3\"\u003e3\u003c/div\u003e\n            \u003cdiv class=\"page page4\"\u003e4\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\n### CSS\n父容器需是固定高度，并且溢出为隐藏，fullpage会使用父元素的宽度和高度。\n\n\t.wp{\n\t    overflow: hidden;            \n\t}\n\n## js\n一行代码即可完成，如此简单：\n\n\t$('.wp-inner').fullpage();\n\n**注意：是在.wp-inner上调用的。**\n\n更多例子，请移步[这里](demo)。\n\n## 文档\n[API](doc/api.md)\n\n## 贡献指南\n如果你想为zepto.fullpage贡献代码，请采用fork + pull request 方式，并在发起pr前先将master上超前的代码rebase到自己的分支上。\n\n### 发布Bower\n    \n    $ bower register zepto.fullpage git://github.com/yanhaijing/zepto.fullpage.git\n\n## 贡献者\n- [yanhaijing](http://yanhaijing.com)\n- [YuyingWu](http://blog.wuyuying.com/)\n\n## 贡献者Q群\n如果你有任何疑问，请到[Issues](https://github.com/yanhaijing/zepto.fullpage/issues)反馈，此Q群为贡献者使用，仅供贡献者内部讨论使用。\n\n点击加入：[zepto.fullpage官方交流群](http://jq.qq.com/?_wv=1027\u0026k=bc6Grs)(314819079)\n\n## 为什么会有这个项目\n最近单页滚动的效果非常流行，这种效果的视觉冲击感很强烈，特别是对于活动页面，因为需求的迫切，在pc端诞生了 fullPage.js和onepage-scroll这样的库，在移动的浪潮下，我们自然需要把这种效果搬到移动设备上，但当我在想实现类似效果时，却找不到一个这样的库（fullpage.js对于移动端来说太大了，还要依赖jquery），所以我就开发了一个，先是用于自己项目中，后来抽了出来，就有了这个项目。\n\n## 更新日志\n[更新日志](CHANGELOG.md)\n\n## TODO\n[计划列表](TODO.md)\n\n如果你有好的建议，欢迎[反馈给我](https://github.com/yanhaijing/zepto.fullpage/issues/42)。\n\n## 谁在使用\n- [百度知道](http://zhidao.baidu.com/)\n- [百度经验](http://jingyan.baidu.com/)\n- [百度师傅](http://shifu.baidu.com/)\n- [拇指医生](http://muzhi.baidu.com/)\n- [墨迹天气](http://www.mojichina.com/)\n- [58同城](http://58.com)\n\n**注:如果您也在使用，欢迎[反馈给我](https://github.com/yanhaijing/zepto.fullpage/issues/9)**\n\n## 成功案例\n- [百度知道-APP5.0落地页](http://zhidao.baidu.com/s/5_0-page/index.html)\n- [重庆华西妇产医院-妈妈我来啦](http://d.cqhxfk.com/game/0505/)\n- [百度经验-关于表白这事儿](http://jingyan.baidu.com/z/2015-520/index.html)\n\n更多案例，请点击[这里查看](https://github.com/yanhaijing/zepto.fullpage/issues/9)。\n\n## 相关链接\n- [fullPage.js](https://github.com/alvarotrigo/fullPage.js)\n- [onepage-scroll](https://github.com/peachananr/onepage-scroll)\n- [zepto-onepage-scroll](https://github.com/peachananr/zepto-onepage-scroll)\n- [parallax.js](https://github.com/hahnzhu/parallax.js)\n- [H5FullscreenPage](https://github.com/lvming6816077/H5FullscreenPage)\n- [fullpage](https://github.com/powy1993/fullpage)\n- [vue-fullpage](https://github.com/wendaosanshou/vue-fullpage)\n\n如果你知道其他第三方库，欢迎[反馈给我](https://github.com/yanhaijing/zepto.fullpage/issues/50)。\n\n## 自动化工具\n- [爆米兔移动营销平台](http://www.baomitu.com/)\n- [百度 H5](http://h5.baidu.com/) \n\n如果你知道其他第三方工具，欢迎[反馈给我](https://github.com/yanhaijing/zepto.fullpage/issues/51)。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanhaijing%2Fzepto.fullpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanhaijing%2Fzepto.fullpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanhaijing%2Fzepto.fullpage/lists"}