All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Chrome 146 Ships Scroll-Triggered Animations: How They Differ from Scroll-Driven Animations

By

@dxnnydotfun

16d ago· 10 min readenInsight

Summary

Chrome 146 has shipped scroll-triggered animations, becoming the first browser to support this CSS feature. Unlike scroll-driven animations that tie animation progress directly to scroll position, scroll-triggered animations play for a fixed duration once a scroll threshold (e.g., an element entering the viewport) is surpassed. The article explains the differences between the two approaches, demonstrates how scroll-triggered animations work with CSS, and shows practical implementation examples including fade-in effects triggered by intersection with the viewport.

Source

CSS-TricksChrome 146 Ships Scroll-Triggered Animations: How They Differ from Scroll-Driven Animationscss-tricks.com

Key quotes

· 3 pulled
Chrome has shipped scroll-triggered animations, and is the first browser to do so.
Scroll-triggered animations play for a fixed duration once a certain scroll threshold has been surpassed.
This is a bit different to how scroll-driven animations work, so in this article I'll compare them, and then show you how scroll-triggered animations work.
Snippet from the RSS feed
Let's poke at the differences between scroll-driven and scroll-triggered animations.

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.