Jump to content
Search Community

Pavel Zhuravlev

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Pavel Zhuravlev

  1. Hello! Im trying to create user-controlled complex timeline. Timeline has step-by-step animations which should be paused after each step and continue only after action from user. While timeline is waiting for action it should show infinite animation which is unique for each step. I was assuming that infinite animations blocks timeline execution until they will be killed and i can implement this logic using pauses and 'repeat: -1'. Seems like it was right assumption for GSAP 2. But GSAP 3 proceed timeline even if current step is infinite. Can you please help me understand how can i achieve described behavior using the most elegant and clean solution because timeline will have many steps. Thanks!
  2. Hello @GreenSock, im facing the same problem and thank you for detailed explanation. I was trying to apply same logic to do the math you showed in example for translation, but the problem that im trying to translate both x, y values and can't achieve right behavior (in your example you are showing only translation by y axis). Perhaps you could help me understand how to do the right math, thank you.
  3. @GreenSock Thank you very much, you read my mind! This is exactly what I was looking for. I spent the last day trying to create this function myself, and I'm sure you saved a couple of my next days. Thanks for the great tool and for the patience in support!
  4. Thank you for creating such an amazing tool for animation and supporting community. I have a question about way how Gsap is creating an order of properties for transform while tween/set. As i understand based on documentation, skew properties come after scale properties (this is exactly what i need), but when im trying on a practice i see the opposite result where skew is coming before scale properties. Can you please help me to understand why this happen and how can i change this? I have attached codepen comparing two results: first one i've set up using css and pick the order by myself, second order was created using gsap set. Im working on complex animation, part of this animation using scale and skew properties, but im getting wrong result when skew coming before scale. Thank you so much.
×
×
  • Create New...