如何在 HTML 文本输入字段周围添加类似 Twitter 的淡入效果?
我知道输入字段周围的发光是标准的,但 Twitter 设法让它顺利淡出。我一直在环顾四周,但似乎找不到实现这一目标的可靠方法。这是怎么做到的?
I know a glow around input fields is standard, but Twitter manages to fade it in smoothly. I've been looking around but can't seem to find a solid way to achieve this. How is this done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
twitter 是这样实现的:
HTML:
jQuery:
Here's how twitter does it:
HTML:
jQuery: