0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[GSAP]ScrollTrigger 位置がズレる原因

Posted at

GSAPのScrollTriggerスタート位置がずれた原因

GSAPを使って横スクロール(ハイブリッド・スクロール)を実現させたいが、トリガースタート位置がずれるので原因を追跡
結果としては、imgがGSAP発火後に読み込まれていたことが原因

<img loading="lazy" src="image.jpg" alt="..." />

このようなコードのloading="lazy"を削除後に解決

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?