-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Describe the bug
When my data gets rendered and it contains animate:flip it's causing this error:
Invalid keyframe value for property transform: matrix(1, 0, 0, 1, 0, 18) translate(NaNpx, NaNpx) scale(NaN, NaN)
Here's the repo:
https://github.com/p0xz/BossFlix-Moviesite/blob/Experimental/src/routes/%2Bpage.svelte
It actually freezes whole website causing me to not be able to click anywhere and eventually chrome will just asks if i want to wait or shut it off, but even after I removed the animate:flip there's still issue with the freezing. I don't know what's going on under the hood really, but this code wasn't causing issues in the Svelte 5.43.3
PS: Never written an issue on gh, so sorry if my description sounds awful 🗡️
Reproduction
Code used in this issue:
https://github.com/p0xz/BossFlix-Moviesite/blob/Experimental/src/routes/%2Bpage.svelte
https://github.com/p0xz/BossFlix-Moviesite/blob/Experimental/src/routes/%2Blayout.svelte
Logs
450x Invalid keyframe value for property transform: matrix(1, 0, 0, 1, 0, 18) translate(NaNpx, NaNpx) scale(NaN, NaN)System Info
System:
OS: Linux 6.14 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat)
CPU: (16) x64 AMD Ryzen 7 5800X 8-Core Processor
Memory: 20.49 GB / 31.27 GB
Container: Yes
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 25.0.0 - /home/p0xz/.nvm/versions/node/v25.0.0/bin/node
npm: 11.6.2 - /home/p0xz/.nvm/versions/node/v25.0.0/bin/npm
bun: 1.3.1 - /home/p0xz/.bun/bin/bun
Browsers:
Chrome: 142.0.7444.162
Firefox: 145.0
Firefox Developer Edition: 145.0Severity
blocking an upgrade