javascript - Smooth Transition of "same" Object across a Pageload -


lets have 2 simple html pages, both div of same .blabla class. on 1 page, div in different position or have different size/color/background/etc.

my goal have smooth transition between these 2 states across pageload. i'm dreaming of pure css3/html5 implementation i'm guessing that's not quite possible.

my use case accompanied large change of text/content should reside on separate page.

what best way this? i'll accept javascript/alternatives if must.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -