react-spring icon indicating copy to clipboard operation
react-spring copied to clipboard

[bug]: Flimmering video (with SSR?)

Open Wallman opened this issue 7 months ago • 2 comments

Which react-spring target are you using?

  • [X] @react-spring/web
  • [ ] @react-spring/three
  • [ ] @react-spring/native
  • [ ] @react-spring/konva
  • [ ] @react-spring/zdog

What version of react-spring are you using?

9.7.3

What's Wrong?

When using NextJS and SSR, animations including videos flicker and does not look good. See codesandbox.

To Reproduce

Setup a NextJS/SSR project and try to animate videos.

Expected Behaviour

No flickering, seems to work good on client side rendered stuff.

Link to repo

https://codesandbox.io/p/devbox/react-spring-ssr-video-bug-y3kq5m

Wallman avatar Jul 18 '24 10:07 Wallman