Jquery缓动效果
在过去的几个小时里,我一直在尝试对 我之前的问题(代码此处),但全部徒然。
它根本不起作用。我想做的是使示例以相同的方式工作,但向其中添加 easeOutBack
,这样如果我将鼠标悬停在文本上,它将以 easeOutBack
开头直到下一个文本出现为止。当我将鼠标悬停在文本上时,会再次发生 easeOutBack
效果。
知道该怎么做吗?
I've been trying over the last few hours to implement a jQuery easing effect to my previous question (code here), but all in vain.
It didn't work at all. What I'm trying to do is make the example work the same way, but add easeOutBack
to it so that if I hovered on the text, it would begin with the easeOutBack
effect until the next text shows up. And again easeOutBack
effect would happen when I unhover the text.
Any idea how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个怎么样 - http://jsfiddle.net/ZhUx8/1/。
确保将其添加到您的 head 标签中。
what about this - http://jsfiddle.net/ZhUx8/1/.
make sure to ad this to your head tag.