Feature detecting Scroll-Driven Animations with `@supports`: you want to check for `animation-range` too.

The problem is that a check for simply `animation-timeline: scroll()` does not exclude Firefox Nightly, which only has a partial SDA implementation.

Details: bram.us/2024/09/24/feature-det