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
问题补充: `
var mainPage = new AlloyTouch.FullPage("#fullpage",{...}) oBtn.addEventListener("touchend", function () { mainPage.to(4) # 点击oBtn 跳转到 第4页 })
` 出现的情况是页面直接淡出(而不是滚动到指定页码位置),progressBar 也会跳转到对应的页码。 我在 alloy_touch.full_page.js 的 to 方法里面加
this.alloyTouch.currentPage = index
然后就可以了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题补充:
`
`
出现的情况是页面直接淡出(而不是滚动到指定页码位置),progressBar 也会跳转到对应的页码。
我在 alloy_touch.full_page.js 的 to 方法里面加
this.alloyTouch.currentPage = index
然后就可以了。
The text was updated successfully, but these errors were encountered: