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
Post a Comment