{"id":26074,"date":"2025-06-21T01:52:40","date_gmt":"2025-06-20T16:52:40","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26074"},"modified":"2025-06-21T01:52:42","modified_gmt":"2025-06-20T16:52:42","slug":"gsap%e5%85%a5%e9%96%80-tween%e7%b7%a8","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26074","title":{"rendered":"GSAP\u5165\u9580 Tween\u7de8"},"content":{"rendered":"\n<p>index.html<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"ja\">\n\n&lt;head>\n    &lt;meta charset=\"UTF-8\">\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    &lt;title>My GSAP&lt;\/title>\n    &lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;\/head>\n\n&lt;body>\n    &lt;header>\n        &lt;h1>MySite&lt;\/h1>\n        &lt;nav>\n            &lt;ul>\n                &lt;li>Menu&lt;\/li>\n                &lt;li>Menu&lt;\/li>\n                &lt;li>Menu&lt;\/li>\n            &lt;\/ul>\n        &lt;\/nav>\n    &lt;\/header>\n\n    &lt;script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.13.0\/dist\/gsap.min.js\">&lt;\/script>\n    &lt;script src=\"main.js\">&lt;\/script>\n&lt;\/body>\n\n&lt;\/html><\/code><\/pre>\n\n\n\n<p>main.js<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'use strict';\n\n{\n    gsap.from('h1', {\n        y: -32,\n        opacity: 0,\n    });\n\n    gsap.from('li', {\n        y: 32,\n        opacity: 0,\n        stagger: 0.3,\n    });\n}<\/code><\/pre>\n\n\n\n<p>style.css<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@charset \"utf-8\";\n\nheader {\n    padding: 16px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\nh1 {\n    margin: 0;\n}\n\nul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    display: flex;\n    gap: 32px;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>index.html main.js style.css<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[81,80,78],"tags":[30,3],"class_list":["post-26074","post","type-post","status-publish","format-standard","hentry","category-css","category-html","category-javascript","tag-css","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26074"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26074\/revisions"}],"predecessor-version":[{"id":26075,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26074\/revisions\/26075"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26074"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=26074"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=26074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}