btest’s blog

This blog is for development testing.

Accessible Web Design: Utilizing details and summary Tags for an Accordion UI - Optimal Animation Implementation with GSAP

This is a demo page showcasing the functionality.

クリックでコードを開閉

<div id="myElement">こんにちは、GSAP!</div>
// GSAPを使用したシンプルなアニメーション
gsap.to("#myElement", { duration: 2, x: 200, rotation: 360, ease: "power2.inOut" });