基于jQuery+CSS3实现的星球大战字幕3D引导页代码,仿星球大战科幻3D字幕引导特效。
js代码
<script> document.onclick = redirect; function redirect() { swal({ title: \"通知\", text: \"是否进入首页?\", //type: \"info\", showCancelButton: true, closeOnConfirm: false, showLoaderOnConfirm: true, }, function() { setTimeout(window.location.href = \'#\', 1); }); } </script>
暂无评论内容