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

Fade Mode can halt interactivity on the iPad #559

Closed
justinputney opened this issue Jun 13, 2013 · 1 comment
Closed

Fade Mode can halt interactivity on the iPad #559

justinputney opened this issue Jun 13, 2013 · 1 comment
Labels

Comments

@justinputney
Copy link

The Fade Mode controls the opacity of individual slides, but does not hide them.

So slides that are later in the code, and therefore higher in the z-stacking, sit on top of and block interactivity of the active slide.

Hiding non-active slides with display:none or visibility:hidden should resolve this issue.

This can be replicated with the iOS Simulator.

Thanks!

@justinputney
Copy link
Author

Thanks!

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

No branches or pull requests

1 participant