Jump to content
Search Community

Elicrespo

Premium
  • Posts

    23
  • Joined

  • Last visited

About Elicrespo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Elicrespo's Achievements

  1. Yes, it helps. Thank you so much Jack. @GreenSock
  2. Hey guys, I am trying to use and learn about onUpdateParams. The targetSelector is passing but the "{self}" isn't passing and I can't access the tween. What monstrosity am I committing here? LOL Yes, the commented code works, but I am focused on "onUpdateParams". Thank you. Appreciate the help.
  3. Hey guys, Just a quick question about ScrollTrigger markers, I know we can create a marker object and customize our markers css, but can we give them names or id? so I can toggle them on n off?? I thought I did that in one of my projects but forgot, not sure. I appreciate the help.
  4. Hi @akapowl, First, thank you for your response, and I appreciate your help. The ellipse isn't orange and can be unclear. My bad. I also agree that it isn't a GSAP question. But it is a GSAP learning project; I have posted a couple of questions regarding the GSAP part, and the context is building animations with GSAP. The middle button section is intentional to learn how I can apply the same GSAP animation on separate sections. Next time, I'll strictly post GSAP-related questions. Cheers.
  5. Hey guys, Wondering what am I missing to make the button clickable??! do I need to set up a class an toggle z-index?? I want to keep the small orange ball cursor. And since the SVG that covers the whole page has a higher z-index than the button wrapper "_40vh", why can't I click on it?? Why is the "_40vh" div above the SVG?? Thank you
  6. Good share @alig01. Good examples in the article. Yes, @Trapti s solution is better suited for what i m trying to create. I'll try and share the end result when I'm done. And yes, I would love to see your project as well. Thank you
  7. I tried the quickTo() which fixed my cursor position and the small ball cursor shape displaying within the entire section. Thank you @Rodrigo
  8. @Trapti Yeah I was wondering whether it was healthy to wrap the whole thing inside an SVG. I'm gonna try it out. Thank you
  9. Very interesting @mvaneijgen I'm learning more about GSAP. Thank you.
  10. Hey guys, Why isn't the big orange ball's center aligned to the cursor on hover? I have 2 sections where i use the cursor to unmask hidden content. I'm aware I'm animating it on mouse enter on hover_container, to which the hidden text is positioned absolute. But it switches to normal cursor when it leaves the div. I would like the cursor to maintain the small orange ball state across the entire page. How can I do that if I'm using svg to mask and unmask content in different sections of the page? Do I just need to create a cursor of the same 20px x 20px and have it z-index higher than everything and toggle it on and off?? Thank you
  11. That is exactly what I want. Thank you so much @GreenSock
  12. Yes, indeed. It is a codepen issue. Thought I could do something about it. Thank you @GreenSock
  13. Hey guys, I have an issue with my animation, when the pixels travel from left to right and yoyo back, the timeline stops for a second, you can notice a delay until the timeline starts again. Both of them do that. I would like it to be continuous, just like when the pixels arrive to the right side and bounce right back. I want the pixels to bounce again as soon as they arrive to the left side. What am I doing wrong?? How can I overcome this? Thank you.
  14. Hey guys, I'm working on a GSAP animation inside of a new private pen on Codepen, and of course I use the chrome inspector to check my errors and code. I keep getting this error "unrecognized feature web-share". How can I overcome this? Thank you
×
×
  • Create New...