jQuery - 悬停时缩放 DIV(及其内容),并设置其他 DIV 的不透明度
我有 4 个具有相同类“.category-container”的 DIV,基本上我需要做的就是在悬停时缩放整个 DIV 及其中的所有内容,例如 120%。当其中一个悬停在缩放效果上时,其他 3 个需要淡出至 50% 的不透明度。
我知道如何进行缩放部分,但是当其中一个在悬停时缩放时,我有点无法在其他 3 个 div 中发生淡出。
希望这是有道理的 - 有人可以帮忙吗?
扎克
I have 4 DIVs with the same class, ".category-container" and basically what I need to do, is zoom the entire DIV and everything in it when its hovered over, so say 120%. When one of them is hovered over with the zoom effect, the other 3 need to fade out to 50% opacity.
I know how to do the zoom part, but I'm a little stuck on getting the fadeout to occur in the other 3 divs when one of them is zoomed on hover.
Hope this makes sense - can anyone help?
Zach
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jsfiddle.net/8fvJN/ 给你
http://jsfiddle.net/8fvJN/ Here you go