Replies: 1 comment 1 reply
-
Hey! Yeah so the browser is trying to animate from 9999px to 8px, which means it has to do:
Because every value above 50px looks the same (half the height of the element), the animation looks different because so much time in the animation is spent animating between values that don't change the rendered result. We can't switch to Where you have |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that there is already this request #1949 but it doesn't point to animation performance issues
I also see the 50% non-genericity #1949 (comment) but I personally think it's worth it to separate them to get better performance
see minimum realization https://stackblitz.com/edit/nuxt-starter-gxzsej?file=app.vue
Beta Was this translation helpful? Give feedback.
All reactions