开发者

Full-page crossfading navigation in html

开发者 https://www.devze.com 2023-04-01 14:17 出处:网络
I\'m attempting to recreate some flash transiti开发者_如何学JAVAon effects with html/ajax.How feasible is it to do a full-page cross-fade? It\'s very possible. It should even be a fairly simple task u

I'm attempting to recreate some flash transiti开发者_如何学JAVAon effects with html/ajax. How feasible is it to do a full-page cross-fade?


It's very possible. It should even be a fairly simple task using jQuery and the fadeTo() method for instance.

As a side-note, please do not confuse AJAX for anything that it's not. It's actually in no way related to animation or anything like that, but is actually a rather technical and "dull" technique for querying data from a server without having to reload a web page. The method includes asynchronously querying the server, and using XML as a transfer format, hence the name Asynchronous Javascript And XML. In the context of creating a crossfade transition, it's completely irrelevant.

0

精彩评论

暂无评论...
验证码 换一张
取 消