天天看點

121.使用gsap scrollTrigger滾動觸發CSS動畫

效果 (源碼網盤位址在最後)

121.使用gsap scrollTrigger滾動觸發CSS動畫

最近開源了一個 Vue 元件,還不夠完善,歡迎大家來一起完善它,也希望大家能給個 star 支援一下,謝謝各位了。

github 位址:https://github.com/qq449245884/vue-okr-tree

源碼

index.html

<!DOCTYPE html>
<html >
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>121.使用gsap scrollTrigger滾動觸發CSS動畫</title>
  <link href="./style.css" target="_blank" rel="external nofollow"  rel="stylesheet">
</head>
<body>
  <section>
    <div class="imgBx">
      <img src="img.jpg" alt="">
    </div>
  </section>
  <sec