Open Bug 1961532 Opened 1 month ago Updated 29 days ago

nerdy.dev's scroll driven animations don't work

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

People

(Reporter: emilio, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

https://nerdy.dev/'s text content is faded out. This is due to a scroll driven animation. If you disable scroll-driven animations it works correctly, but I haven't been able to dig much more.

Severity: -- → S3
Priority: -- → P3

The problem is that Firefox currently does not support animation-range.

The fade-in effect on Adam’s site works, but the declared animation-range: 0 15%; does not get taken int account. As a result, the default normal range, which is cover 0% cover 100% for View-Timelines, is used instead.

Thanks!

Depends on: 1825427
You need to log in before you can comment on or make changes to this bug.