jquery can you fadeIn a video
Posted
by user295292
on Stack Overflow
See other posts from Stack Overflow
or by user295292
Published on 2010-05-25T23:14:00Z
Indexed on
2010/05/25
23:21 UTC
Read the original article
Hit count: 316
I have a flv file inside the vid.html which is working fine, but is there any way to have the video itself to fadeIn/fadeOut?
<div id="fadeit">
<div class="video"></div>
</div>
this does not work; $('.video').hide().fadeIn().load('vid.html');
wrapping it in a div and fading the div does not work either; $('#fadeit').hide().fadeIn(1400);
© Stack Overflow or respective owner