一定要先hide(),才能設定fadeIn()顯示出來
<script type="text/javascript">
(function($) {
jQuery(document).ready(function($) {
$('body').hide();
$('body').fadeIn(1000);
});
})();
</script>
...", "image": [ { "@type": "ImageObject", "url": "https://s3.1px.tw/blog/common/avatar/blog_cover_light.jpg" } ], "author": { "@id": "https://cabuchi.pixnet.net#person" }, "publisher": { "@type": "Organization", "name": "PIXNET", "url": "https://www.pixnet.net", "logo": { "@type": "ImageObject", "url": "https://static.1px.tw/pixnet-next/_next/static/media/pixnet-logo.692e9b3e.svg" } }, "datePublished": "2012-12-05T14:30:10+08:00", "dateModified": "1970-01-01T08:00:00+08:00", "inLanguage": "zh-TW", "articleSection": "JQ", "keywords": [], "isPartOf": { "@type": "Blog", "@id": "https://cabuchi.pixnet.net/blog#blog" } }
一定要先hide(),才能設定fadeIn()顯示出來
<script type="text/javascript">
(function($) {
jQuery(document).ready(function($) {
$('body').hide();
$('body').fadeIn(1000);
});
})();
</script>
請先 登入 以發表留言。