如何使形式翻转(喜欢卡翻页效果)上的Web技术翻页、形式、效果、喜欢

2023-09-11 22:30:29 作者:Fickle.(薄情)

http://www.dailyliquordeals.net/

如何制作卡片翻转的效果是这样的。

How to make a card flip effect like this.

注册完成后,它会翻转到另一侧fliping过渡效果。

after sign up completed, it will flip to the other side with fliping transitional effect.

推荐答案

一种选择是使用翻转 jQuery插件:

One option is to use Flip! JQuery plugin:

http://lab.smashup.it/flip/

这似乎是相当不错的,易于使用。它与几乎所有的浏览器兼容: 火狐,Chrome浏览器/铬,歌剧,Safari和IE浏览器甚至是(6,7,8)。

It seems to be quite nice and easy to use. It is compatible with almost all browsers: Firefox, Chrome/Chromium, Opera, Safari and even IE (6,7,8).

另一种选择是 Flippy jQuery插件:

Another option is Flippy JQuery plugin:

http://blog.guilhemmarty.com/flippy/

这也是很好的和相当灵活。不过它使用画布制作特效,不与IE浏览器6-8兼容。你应该使用额外的 excanvas.js 脚本,使它在IE浏览器。

It is also good and rather flexible. However it uses canvas to make effects and is not compatible with IE 6-8. You should use extra excanvas.js script to make it work in IE.