Jump to content
Search Community

amirTrujillo

Premium
  • Posts

    6
  • Joined

  • Last visited

Everything posted by amirTrujillo

  1. Thanks for the answer. I thought about using two cursors but hoped for an easier way. As for the math, it's possible, but I'm concerned it might take up too much processing power just for a cursor (the site is heavy as it is).
  2. Thanks! I have tested both Bing and Chrome, and everything works perfectly except for the button's text that appears beneath the cursor. The cursor has a slight opacity that allows you to see the text, but I want it to appear in front of the cursor. I created another pen without smoothscroll to show how I wanted it to appear. https://codepen.io/amir-trujillo/pen/qBJqwWe
  3. Hi, I'm trying to implement a custom cursor I made a while ago with scrollsmoother. I'm having trouble making the cursor appear between the background and the text. Everything works great if I remove the z-index in the cursor and scrollsmoother. Am I missing something? Thanks in advance.
  4. Hello, I'm currently working on a site with lots of heavy Lottie animation, I'm using THIS linkup between ScrollTrigger and Lottie and it works perfectly. my only problem is that I want to create the Lottie DOM element only when visible in Viewport. I created this pen and as you can see on every progress update the animation start from the beginning and catches up. any advice? Thanks in advance!
  5. Hi, I'm new to GSAP and having trouble with a specific animation, I made a quick simplified (and ugly) pen to demonstrate the problem. I have two DIV's with separate animation that change on every section, I'm sure there is a cleaner way to do it. Thank in advance.
×
×
  • Create New...