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 runPage; runPage = new FullPage({ id: 'pageContain', slideTime: 800, effect: { transform: { translate: 'Y' }, opacity: [0, 1] }, mode : 'wheel, touch', easing: 'ease' });
移动端上滑下滑为什么不会切屏呢
The text was updated successfully, but these errors were encountered:
transform: { translate: 'Y', // 'X'|'Y'|'XY'|'none' scale : [0, 1], // [scalefrom, scaleto] rotate : [0, 0] }, transform里的属性要写全
Sorry, something went wrong.
No branches or pull requests
移动端上滑下滑为什么不会切屏呢
The text was updated successfully, but these errors were encountered: