-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
percentPosition only stops transitions if transitionDuration defined #912
Comments
Can you provide a reduced test case? Try forking this demo http://codepen.io/desandro/pen/xGZOEV Is this occurring in Safari? If so, this issue may be a duplicate of desandro/masonry#698 |
Wow, you are on-line! :) I think it might have something to do with the media queries? Maybe it even is a feature and not a bug ;) |
I can reproduce the animating betweeen different breakpoints in chrome, safari and firefox. |
Thanks for that! Looks like everything is working as intended. In your demo, you'll notice there's only a transition in position when the items' size changes due to the media query. If you want to remove this transition, you can set |
ok, thanks for clarifying. |
Hi there, just noticed something. I want to use
percentPosition
to disable transitions on resize. At first it worked great (no transitions on resize), but when I removed the optiontransitionDuration
from the script, the transitions came back. This is my code:The text was updated successfully, but these errors were encountered: