淡色答案技巧
例如,当我从答案中复制链接并访问它时,会出现一个漂亮的颜色块来突出显示答案,然后逐渐淡出。这是如何做到的?
For example when I copy the link from an answer and access it, a nice block of color appears to highlight the answer and then is fading out. How this is done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它查看哈希值,选择答案,然后设置背景颜色的动画。使用 jQuery UI 或添加 颜色插件 即可为颜色设置动画。
这就是代码的样子......
It looks at the hash, selects that answer, and then animates the background color. Either use jQuery UI or add the Colors plugin to be able to animate colors.
This is what the code may look like...