alexkahndev

Results 3 comments of alexkahndev

``` import { useEffect } from "react"; import { useThree } from "@react-three/fiber"; import { useEnvironment } from "@react-three/drei"; type BackgroundProps = { backgroundUrl: string; }; export const Background =...

For my issue even on version 10.0.0 it does not animate. The last working version for this animation is 9.7.5

> [@alexkahndev](https://github.com/alexkahndev) Thats native browser thing, transition doesn't work for gradients even if you use vanilla css. https://codesandbox.io/p/sandbox/wqc96c