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
ボケるというか、ドットが少なくなって文字が読めない的になったり。
対策は2通り。
ex.1
new Flipsnap(element, { disable3d: true });
ex.2
<style> .fixAndroid { position: absolute; left: -100px; width: 1px; overflow: hidden; } </style> <div id="foo"> <div class="fixAndroid"> </div> <!-- items --> </div> <script> new Flipsnap('#foo'); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ボケるというか、ドットが少なくなって文字が読めない的になったり。
対策は2通り。
ex.1
ex.2
The text was updated successfully, but these errors were encountered: