如何在不使用Flash的情况下实现图书预览(2页跨页)?
我正在寻找一种工作解决方案,您可以在其中预览两页的书。在其任一侧,您都可以将鼠标悬停在角落以创建伪翻转,然后单击鼠标按钮实际翻页。我知道有很多 Flash 解决方案,但在这种情况下我们不能使用它...所以我们正在寻找一种可以在所有主要浏览器(是的,包括 IE6)上工作的可能解决方案...
我看了一些画布解决方案,但是使用 Google 的 IE 画布扩展,这些速度会非常慢。因此我们正在考虑 SVG/VML 解决方案,例如 Raphael Javascript 库。这可能很好,但是在没有示例的情况下尝试研究如何编码可能会在时间限制上遇到挑战。
有没有适合(或几乎适合)这个问题的解决方案?
I'm looking into a solution for work, where you have a two page spread of the book to preview. Either side of this, you can hover in the corner to create a pseudo-flip and then click the mouse button to actually turn the page. I know there is many Flash solutions out there, but in this case we cannot use it... So we are looking for a possible solution that can work across all major browsers (yes, including IE6)...
I looked a few canvas solutions, but with Google's canvas extension for IE, these will terribly slow. So was thinking about an SVG/VML solution, like Raphael Javascript library. This could be good, but then trying to look into how to code this, without examples, could be a challenge with the time constraint.
Is there a solution out there that fits (or almost fits) this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SVG Flip 解决方案怎么样保罗·布伦特?它似乎完全按照你的要求,使用 svg 和 javascript。
How about the SVG Flip solution by Paul Brunt? It seems to do exactly what you ask for, using svg and javascript.
以下是针对不同浏览器代的一些演示:
Here are a few demos for different browser generations: