如何实现显示twipsy工具提示的延迟
我正在使用 twitter boostrap (twipsy) 为我的网络应用程序实现工具提示。我想在工具提示显示中添加延迟(比如 2 秒后)。
我的实现如下(参见延迟)
%li.friend
%a{:href=>"#!/<%=nick%>/<%=question_slug%>", :rel=>"twipsy", :title=>"<%=nick%>'s answers for this question", :delay=> {show:2000}}
%img{src: "<%= avatar_url %>"}
但是,当我将鼠标悬停在头像上时,工具提示仍然立即显示。
关于如何实现工具提示显示延迟有什么建议吗?
I am using twitter boostrap (twipsy) to implement tooltip for my web app. I want to add a delay in the tooltip display (say after 2 seconds).
My implementation is as follows (see delay)
%li.friend
%a{:href=>"#!/<%=nick%>/<%=question_slug%>", :rel=>"twipsy", :title=>"<%=nick%>'s answers for this question", :delay=> {show:2000}}
%img{src: "<%= avatar_url %>"}
However, the tooltip still shows up immediately when I mouseover on the avatar.
Any advice on how I can implement the delay in display for the tooltip?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
或者如果你也想延迟隐藏:
Try this :
Or if you also want a delay for hide :