#scroll-driven-animations

[ follow ]
#css
Frontendmasters
1 month ago
JavaScript

How to Get the Width/Height of Any Element in Only CSS

Getting dimensions of elements in CSS is difficult compared to JavaScript due to the lack of native functions, but it can be achieved through scroll-driven animations. [ more ]
Codrops
7 months ago
Web design

A Practical Introduction to Scroll-Driven Animations with CSS scroll() and view() | Codrops

Scroll animations can be created using CSS without the need for frameworks or JavaScript.
Scroll-driven animations can be triggered by scrolling using the animation-timeline property in CSS. [ more ]
Bram.us
3 months ago
Web design

CSS-only Custom Range Slider with Motion

CSS-only custom range slider with interactive tooltip and scroll-driven animations. [ more ]
Frontendmasters
1 month ago
JavaScript

How to Get the Width/Height of Any Element in Only CSS

Getting dimensions of elements in CSS is difficult compared to JavaScript due to the lack of native functions, but it can be achieved through scroll-driven animations. [ more ]
Codrops
7 months ago
Web design

A Practical Introduction to Scroll-Driven Animations with CSS scroll() and view() | Codrops

Scroll animations can be created using CSS without the need for frameworks or JavaScript.
Scroll-driven animations can be triggered by scrolling using the animation-timeline property in CSS. [ more ]
Bram.us
3 months ago
Web design

CSS-only Custom Range Slider with Motion

CSS-only custom range slider with interactive tooltip and scroll-driven animations. [ more ]
morecss
Bram.us
7 months ago
Web development

Scroll-Driven Animations: You want overflow: clip, not overflow: hidden

Overflow: hidden can interfere with Scroll-Driven Animations; use overflow: clip instead.
Creating Scroll-Driven Animations involves connecting CSS Animations or WAAPI Animations to a ScrollTimeline or ViewTimeline using the animation-timeline property. [ more ]
[ Load more ]