Adobe Animateで作ったcanvasのアニメーションを、下記ページにオープニングアニメとして埋め込みました。
アニメをページ読み込み数秒後にフェードインさせたいのですが、JavascriptのfadeInが効きません。fadeOutは効いているようなのですが。
Animateで生成されたJS(anime1.jsとanime_cont1.js)に問題があるのでしょうか。
教えていただけますと幸いです。
http://composite-view.jp/test/
<!DOCTYPE html> <html lang="ja"> <meta charset="UTF-8"> <title>test</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="top2.css" type="text/css"> <script type="text/javascript" src="https://special.nikkeibp.co.jp/js/bpcommon/jquery-3.x.min.js"></script> <script src="https://code.createjs.com/createjs-2015.11.26.min.js"></script> <script src="anime1.js"></script> <script src="anime_cont1.js"></script> <script type="text/javascript">$(function() {
setTimeout(function(){
$('.start #animation_container').fadeIn(1000);
},3000); //3秒後にフェードin!
});
$(function() {
setTimeout(function(){
$('.start').fadeOut(1000);
},5500); //5.5秒後にフェードアウト!
});
</script>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。