javascript - Fullscreen video to open website and dissolve -
i youtube video opener (26 seconds, fades black,then 4 second tail of black) automatically play full screen when going website , after 26 seconds dissolve home page. video have on it's own page or on home page in order dissolve work?
you embed youtube video on page. css set to:
position: fixed; left: 0; top: 0; right: 0; bottom: 0;
you can handle timer javascript, handle fading css opacity transition (starting @ opacity: 1.0 , when want fade set opacity: 0).
and after 30 seconds have js timer removes it.
Comments
Post a Comment