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
Thanks for this great component. It's like butter.
Question... How do I load the initial flipsnap array at position 1 (instead of 0), so the user can swipe left or right to proceed?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
At the moment this doesn't exist as an option in angular-flipsnap.js or even on flipsnap.js. There's some work to be done to both to support it.
angular-flipsnap.js
flipsnap.js
As a workaround, is it enough for you to call flipsnap.toNext(0) on init?
flipsnap.toNext(0)
Sorry, something went wrong.
Thanks for the response Pete! I’ll try the workaround and let you know how it goes.
-b
On Mar 19, 2015, at 6:58 AM, Pete Martin [email protected] wrote: At the moment this doesn't exist as an option in angular-flipsnap.js or even on flipsnap.js. There's some work to be done to both to support it. As a workaround, is it enough for you to call flipsnap.toNext(0) on init? — Reply to this email directly or view it on GitHub #5 (comment).
On Mar 19, 2015, at 6:58 AM, Pete Martin [email protected] wrote:
— Reply to this email directly or view it on GitHub #5 (comment).
No branches or pull requests
Thanks for this great component. It's like butter.
Question... How do I load the initial flipsnap array at position 1 (instead of 0), so the user can swipe left or right to proceed?
Thanks in advance!
The text was updated successfully, but these errors were encountered: