-
Notifications
You must be signed in to change notification settings - Fork 59
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
"film_roll:moved" does not trigger : When Carousel width is more than all carousels combined #35
Comments
I guess that doesn't hurt to fire that event. The thing is, nothing has moved. But I can see the value of having a single event fire in both instances. (I'll probably do it anyway, but it is worth thinking about.) Can you think of any situations where this would not be desirable? |
Hey! So, i have edited my previous pens to show the effect that we have in our code, "film_roll:moved". http://codepen.io/Prashantsani/pen/emoXGO (instead of "film_roll:moved" we can also have something like "film_roll:change" ) Thanks, |
That's true, we could add another event that would always happen. |
Is there any workaround for this? Here is codepen : |
Fixed with 0.1.16 |
Hello,
"film_roll:moved" does not trigger in following example :
http://codepen.io/Prashantsani/pen/emoXGO
Reason : The carousel width is more than the number of items in it.
But the same thing works in following example :
http://codepen.io/Prashantsani/pen/WbWmZY
Reason : carousel width is bigger than number of items in it.
Thanks.
The text was updated successfully, but these errors were encountered: