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

if use translate and scale for the same time,it will be strange #862

Open
piyeluohou opened this issue Jul 26, 2023 · 1 comment
Open

if use translate and scale for the same time,it will be strange #862

piyeluohou opened this issue Jul 26, 2023 · 1 comment

Comments

@piyeluohou
Copy link

if use translate and scale for the same time,it will be strange

when I use anime to move a bubble to top and scale it, like

           {
               translateY: -100,
               duration: 100
              },
              {
                scale: 0.1,
                duration: 100,
              },

Expect this bubble to shift first and then scale, but the bubble will shift negligible.In transform , it should transform(translate, scale),
but if use anime, it will be transform(scale, translate),

@piyeluohou
Copy link
Author

大家遇到过这个问题吗
Have you ever encountered this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant