Jump to content
Search Community

hakimov_dev

Members
  • Posts

    3
  • Joined

  • Last visited

hakimov_dev's Achievements

  1. Here minimal production: https://codepen.io/hakimov-dev/pen/JjzowKb
  2. I can't use just 'from' in nuxt 3, That's my script codes: gsap.timeline({ scrollTrigger: { trigger: "#about", start: "top center", end: "+=200", scrub: true, }, }); tl.from(".about-img", { yPercent: 40, duration: 1, opacity: 0, }); I've registered scrollTrigger, The problem is .about-img not showing.
  3. Hey everyone, how can i create a animation like as u see that pen when cursor moves around of card, card moving with transform I guess... I want to create that animation. Thanks.
×
×
  • Create New...