Tagged articles

Scroll Animation

3 articles · Page 1 of 1
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Frontend Development

How to Count Overflowed Tags with Pure CSS and Scroll‑Driven Animations

This article explains how to arrange tags of varying widths in a single line, detect when they exceed the container, and display the overflow count using only CSS features such as counters, view‑timeline animations, masks, and negative margins, without any JavaScript.

CountersOverflow DetectionScroll Animation
0 likes · 11 min read
How to Count Overflowed Tags with Pure CSS and Scroll‑Driven Animations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 15, 2023 · Frontend Development

Understanding and Using IntersectionObserver for Lazy Loading, Scroll Animations, Infinite Scrolling, and Virtual Lists

This article introduces the IntersectionObserver API, explains its constructor, options, and entry properties, and demonstrates practical applications such as lazy loading images, scroll‑triggered animations, infinite scrolling, and virtual list rendering with complete code examples.

IntersectionObserverScroll AnimationWeb API
0 likes · 11 min read
Understanding and Using IntersectionObserver for Lazy Loading, Scroll Animations, Infinite Scrolling, and Virtual Lists