社交按钮向上移动(jquery?)
如何创建一个像此处那样工作的脚本? 您将鼠标悬停在社交按钮上,然后它们会向上移动一点。
How is it possible to create a script that works like this here?
You hover on the social buttons and then they move up a little bit..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 jQuery 尝试类似的操作: http:// /www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/
You could try something like this with jQuery: http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/
我在你的链接中没有看到任何社交按钮(也许我只是盲目的;))但是如果你想在悬停后向上移动某些东西,你可以使用纯CSS来做到
这一点这里你有例子: jsfiddle
I don't see any social buttons in your link (maybe i am just blind ;)) but if you want to move up something after hovering it, you can do it with pure CSS
Here you have example: jsfiddle