Jump to content
Search Community

TEHbKA

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by TEHbKA

  1. Just now, ZachSaucier said:

    Sorry, we don't have the capacity to build out everything that people request in these forums. Is there a specific question that we can help you with? A specific piece that you're not understanding or an error that we can resolve?

    I understand you perfectly. You are already well done that you support and direct you in the right direction.
    The only problem is to make it rotate and stop at some of the elements.

  2. 28 minutes ago, ZachSaucier said:

    Also we highly recommend using the GSAP 3 syntax (no Max/Lite stuff, string ease forms, etc.) as covered in the most common GSAP mistakes post.

    That is, instead of TweenLite.set, use gsap.set ?

     

    32 minutes ago, ZachSaucier said:

    It'd be tough using the timeScale approach because you'd have to make sure the timeScale affects the animation to end up in a pre-defined progress state, which I'm not quite sure how you'd calculate (though it's surely possible). 

    Sorry, I did it purely by examples, but I still did not achieve the result

  3. 19 hours ago, ZachSaucier said:

    Sorry, I don't understand your question. Can you try rephrasing?

    Now this is the course of action:
      - press the "Start" button and start the rotation
    - select randomly the element on which we want to stop
    - will smoothly stop on a preselected element
    From this list, I managed to smoothly start and stop, but I can't stop at a random tile.

    See the Pen MWbPdGg by TEHbKA (@TEHbKA) on CodePen

  4. 38 minutes ago, ZachSaucier said:

    One way to handle it would be timeScale the timeline like this post:

    A different way to handle it would be to make use of the onRepeat callback to do a specific end animation:

     

    Side note: You're making at least one common GSAP mistake as well (using the old syntax). I highly recommend giving the article a good read :) 

    You gave a great example of "Manually Stop Spin Wheel using Server Response".
    How is it possible to apply it for yourself?
    Only I need to rotate the list of tiles

    See the Pen MWbPdGg by TEHbKA (@TEHbKA) on CodePen

  5. 20 hours ago, ZachSaucier said:

    I'm not aware of any existing ones off the top of my head. Which part of the steps I gave above is giving you a hard time when implementing it? Can you please share a demo showing where you're stuck?

    Good day!

    I managed to implement the rotation continuously.

    Unfortunately, but I can't smoothly stop at some of the elements and get it.

    The element should come to a smooth stop in the middle of the container.

    How can this be done?

    See the Pen MWbPdGg by TEHbKA (@TEHbKA) on CodePen

     

  6. Good day!
    I'm sorry for my bad English.
    Please tell me how to implement an infinite rotation of the list of elements by pressing the "Start" button with the ability to smoothly stop the rotation on a certain element after 3 seconds. The element is determined randomly each time the "Start" button is pressed. The randomly selected item should stop in the middle of the container.

    See the Pen XWNybvK by TEHbKA (@TEHbKA) on CodePen

×
×
  • Create New...