有人可以帮我从 Jquery Plugin Masonry 切换到 Isotope 吗?
由于我是 Jquery 新手,因此将此脚本从 Masonry 切换到 Isotope 时遇到问题。在使用 Masonry 时,它的功能也正是我想要的,但是当我尝试同位素中的所有内容时,它的动画效果不正确...当我展开 .box 时,它只是移动其他 div 的周围,并且不会为它们设置动画,但是将它们“滑动”到新位置。
这是 Masonry 格式的脚本: http://jsfiddle.net/ryanjay/fgNMJ/
希望有人可以帮忙...
谢谢!
Since I am new at Jquery I am having problems switching this script over from Masonry to Isotope. It functions exactly how I want it too while using Masonry, but when I try everything in Isotope, it doesn't animate correctly... When I expand a .box, it just moves the other div's around and doesn't animate them but 'sliding' them to a new position.
Here is the script in Masonry format: http://jsfiddle.net/ryanjay/fgNMJ/
Hopefully someone can help...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你调用了错误的动画方法..
在你的jsfiddle中,更改
为:
然后你就完成了..
you called a wrong animated method ..
in your jsfiddle , change
to :
and you are done ..