ajax - Adding animations to static HTML page navigation -


is there simple way add animations static html page navigations? client didn't want animations initially, used static html pages on site i'm building, now, site being finished changed mind. need simple fade effect 1 specific div when using page navigation. (link tags)

if had told me before wants animations on site, have used ajax always, adding fade effect (using jquery):

$(target).fadeout(); $(target).load(url, function() {     $(this).fadein(); }); 

i don't feel rewriting whole site use ajax, , client doesn't feel either pay surplus because of this.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -