Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix position jitter when flip enabled false #1659

Commits on Oct 30, 2023

  1. Fix position jitter when flip enabled false

    Rather than disabling the exiting updates when flipEnabled is false I've updated to translate and set scale to an absolute value on the new transform.
    
    This appears to solve the jitter and work otherwise the same as the existing method.
    MadeByMike authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    eeca597 View commit details
    Browse the repository at this point in the history
  2. Change order of rotation

    MadeByMike authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    63924bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4224b41 View commit details
    Browse the repository at this point in the history