关闭 fancybox 后 CSS3 悬停动画失败
在我的项目中,我有 CSS 过渡动画(如气泡)。确切地说, CSS3 气泡 并在悬停气泡后与 fancybox 链接结合。它适用于 iframe、图像元素,但是一旦我打开 YouTube 链接,fancybox 就可以正常工作,但我无法再次悬停我的触发元素。
有没有人遇到过这个问题或找到了解决方案?
In my project, I have animation of CSS transition (like a bubble). Here to be exact, CSS3 Bubble and combined with fancybox link after hovering the bubble. It works fine for iframe, image elements, but once i open up the YouTube link, the fancybox works fine but i couldn't hover my trigger element again.
Has anyone experienced this problem or figured out the solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我想我明白了。通过使用提供的 url 将 youtube 元素的 jquery 强制设置为“iframe”,视频看起来就像 iframe 本身一样运行! :)
Nevermind, I think I got it. By force-setting the jquery of youtube element to "iframe" with the provided url, the video seems to run just like iframe itself! :)