Happy New year 2022 animation website Design with Full source code by jishaansinghal
Happy New year 2022 animation website Design with Full source code by jishaansinghal JS CDN: <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/ScrollTrigger.min.js"></script> HTML CODE: <section> <img src="bg (2).jpg" id="bg"> <img src="cloud1 (1).png" id="cloud1"> <img src="cloud2 (1).png" id="cloud2"> <div id="tree"></div> <div id="text"><img src="hp.png" alt=""></div> </section> CSS CODE: <style> *{ margin: 0; padding: 0; box-sizing: border-box; } body{ background: #f00; height: 200vh; } section{ position: fixed; width: 100%; height: 100vh; overflow: hidden; display: flex; justify-content: center; align-items: center; } section::after{ ...