Jump to content
Search Community

Brendan8c

Members
  • Posts

    4
  • Joined

  • Last visited

About Brendan8c

  • Birthday 01/23/1990

Contact Methods

Profile Information

  • Location
    Russia, Nizhny Novgorod
  • Interests
    Frontend, Photography, Anime, VR, Rock

Brendan8c's Achievements

  1. Yes, that's exactly what I wanted! I can't thank you enough ?
  2. @1-greensock Thanks a lot! ? I spent 2 days trying to find the answer. You also helped me a lot by providing a solution! ? I don't understand just one thing. I set (repeat: -1,) the animation continues indefinitely. But when the ball bounces back, it reappears at the spawn point and plays the animation again. And how to make it so that it jumps indefinitely? Pushing away from the walls. as in similar answers
  3. Yes, thank you, you helped me. I've tried setting properties like x, y, and rotation, but the animation behaves differently. gsap.to('.blob', { duration: 2, x: "random(50, 0.1)", y: "random(20, 0.8)", rotation: "random(-0.1, -0.8)", ease: Linear.easeNone, repeat: -1, repeatRefresh: true })
  4. How to convert the given TweenMax code to gsap 3? I tried changing it but it didn't work for me. I will be glad if you help me with this.
×
×
  • Create New...