Weekly Web Design & Development News: Collective #551
A variety of new web design and development resources were released in the past week, including libraries for animation, financial dashboards, environment identification, and more.
Building a 3D Card Flip Animation with CSS Houdini - SitePoint
Houdini is a collection of browser APIs that allow developers to extend and enhance the capabilities of the browser's rendering engine.
Houdini worklets are JavaScript modules that allow developers to define custom paint, layout, and animation behaviors in CSS.
Weekly Web Design & Development News: Collective #551
A variety of new web design and development resources were released in the past week, including libraries for animation, financial dashboards, environment identification, and more.
Building a 3D Card Flip Animation with CSS Houdini - SitePoint
Houdini is a collection of browser APIs that allow developers to extend and enhance the capabilities of the browser's rendering engine.
Houdini worklets are JavaScript modules that allow developers to define custom paint, layout, and animation behaviors in CSS.
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.
Nuxt Marquee
The Nuxt 3 component for creating smooth marquees is lightweight and uses CSS animations.
The module can be installed using npm, yarn, or pnpm.