Jump to content
Search Community

Aiysen

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Aiysen

  1. Yes its works on current version of pixi, but always warning in console.
  2. Hello Begin from Pixi.js v7.1 changed path to filters. (Published 10 Jan 2023) Code in pixi plugin: https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/PixiPlugin.min.js Is any option to publish new version for pixi plugin with fix this warning? Thank you Jegor.
  3. @GreenSock You are the best, thank you, i didn't see this property. Thank you. It what i need
  4. @mvaneijgen gsap.utils.clamp - this is not what solve my problem. I will try explain what I need, hope you can help me with this. I use GSAP with PIXI JS, not in css. Image A: Object (black circle) move from 300 px to 50 px by .to() method. For X and Y axe But, i want that when black circle up to 100 px by X axe, its stop change X value, and continue only by Y I imagine it on image B. Suppose we add limit value for X = 100 Black hole move by X and Y from 300;300 to 50;50, but while on moving by limit X should stop move on 100px and continue only by Y. So onComplete will called on 100;50 Image C I can't do straightaway to 100;50, because object will move my another X and Y, for me very important, that object repeat path and time as if no limit. With limit object path will like triangle Image D
  5. @mvaneijgen Thank you. If its not help, I will try make a demo
  6. Hello Is any option to add min and max value for X and Y position. Method .to() I need it for save timeline and angle from original move, but object stop move when reached limit value for x or y I tried to use snap, but I think its not for this case. I tried calculate time and position when I need to stop it, but nothing succeeded. I think better option to set min and max value. Thank you for your help.
×
×
  • Create New...