2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)CSS2,107 stars (2,107 stars)519 forks (519 forks)batch import
help wanted
Description
比如下面我在页面一使用一个timeline样式 一屏显示不完,我想要一种fullpage是左右切换页面 同时某个页面支持内容过长则可以上下滚动的效果 —— 社区
Contributor guide
- Tech stack
- javascriptcss
- Domain
- frontendmobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- understanding of Zepto.jsknowledge of fullpage scrolling behaviorJavaScript event handling
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- This issue requests vertical scrolling within a fullpage slide. The repository is zepto.fullpage, a mobile fullpage plugin. To implement, study the existing code in the repo, focusing on how touch events and slide transitions are managed. Check the assigned user's activity and any linked PRs. The main challenge is combining horizontal fullpage navigation with vertical scroll inside a slide without conflict. Look at similar implementations like fullPage.js for reference. Since the issue is old and stale, confirm with maintainers if this feature is still desired.