Jump to content
Search Community

bluestar

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by bluestar

  1. Thanks, However I want to stop the animation on some given index without the need of explicit stop, I tried below but the animation goes in reverse direction to stop at the index. How to do this? https://codepen.io/bluestar39/pen/qBobJvZ
  2. Here is my try https://codepen.io/bluestar39/pen/qBobJvZ I want to stop the animation to a given number, is there any way to do this in the same tween?
  3. This works great. But how to stop this animation at a given index?
  4. This demo is different than what I am asking. I need to stop the wrap-around slider at a particular side, in the wheel demo, there is no ModifiersPlugin usage.
  5. Great example, but If I have to stop it at a particular number dynamically after few spins?
  6. This is awesome but i am wondering if we can do the same with Pixi.js Sprites? I have an app where i need similar functionality but with Pixi Sprites. I know that Draggable can be used with Pixi using proxy div element but if the list is big, i will end up using a lot of div elements which might not be a performant way of doing things specially on a mobile device. Thanks in advance.
×
×
  • Create New...