有人可以帮我从 Jquery Plugin Masonry 切换到 Isotope 吗?

发布于 2024-10-21 07:01:02 字数 322 浏览 3 评论 0原文

由于我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扎心 2024-10-28 07:01:02

你调用了错误的动画方法..

在你的jsfiddle中,更改

animate: true

为:

isAnimate: true

然后你就完成了..

you called a wrong animated method ..

in your jsfiddle , change

animate: true

to :

isAnimate: true

and you are done ..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文