Skip to content
New issue

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

移动端触摸不切屏 #55

Closed
hellolujian opened this issue Sep 11, 2018 · 1 comment
Closed

移动端触摸不切屏 #55

hellolujian opened this issue Sep 11, 2018 · 1 comment

Comments

@hellolujian
Copy link

    var runPage;
runPage = new FullPage({
	id: 'pageContain',
	slideTime: 800,
	effect: {
		transform: {
			translate: 'Y'
		},
		opacity: [0, 1]
	},
	mode : 'wheel, touch',
	easing: 'ease'
});

移动端上滑下滑为什么不会切屏呢

@hellolujian
Copy link
Author

transform: {
translate: 'Y', // 'X'|'Y'|'XY'|'none'
scale : [0, 1], // [scalefrom, scaleto]
rotate : [0, 0]
},
transform里的属性要写全

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants