w3c / strategy

team-strat, on GitHub, working in public. Current state: DRAFT
158 stars 47 forks source link

Scroll-linked animations #167

Closed tidoust closed 5 years ago

tidoust commented 5 years ago

The Scroll-linked Animations specification defines a declarative mechanism based on CSS properties to adjust the user interface based on the current scroll position, for example to shrink the top navigation menu as the user starts scrolling, or to display a progress bar.

svgeesus commented 5 years ago

Current proposal doesn't cover all their use cases, but good to see Avoiding cycles with layout is addressed as this has derailed other proposals in the past. Also nice that it extends the Web Animations model, so the theoretical underpinnings appear sound.

tidoust commented 5 years ago

The proposal was adopted by the CSS WG during TPAC, see Scroll-linked animation draft specification there.