Tag

layer

1 views collected around this technical thread.

Watermelon Frontend Tech Team
Watermelon Frontend Tech Team
Feb 16, 2023 · Frontend Development

Mastering CSS Specificity: How @layer and !important Shape Your Styles

This article revisits CSS specificity, explaining inheritance, cascade rules, the new @layer feature, and best practices for using !important, providing clear examples and guidelines to help developers manage style priority more effectively.

CSSWeb Developmentfrontend
0 likes · 11 min read
Mastering CSS Specificity: How @layer and !important Shape Your Styles
Laravel Tech Community
Laravel Tech Community
Jul 6, 2022 · Frontend Development

Functional Popup Layer Solution for Vue 3.0 – New Features and Updates

This article introduces a Vue 3.0 functional popup layer library that can be invoked via functions (recommended) or templates, provides a documentation link, and details recent additions such as photo album, drawer, notify layers, new properties, callbacks, and visual examples.

ComponentVuefrontend
0 likes · 2 min read
Functional Popup Layer Solution for Vue 3.0 – New Features and Updates
IT Architects Alliance
IT Architects Alliance
Jul 11, 2021 · Fundamentals

Understanding Software Architecture: Types, Design Principles, and the Role of Architects

This article explains the five architectural views—logical, development, runtime, physical, and data—clarifies the distinction between software and system architecture, discusses tier versus layer concepts, outlines the benefits of logical and physical layering, and describes the various kinds of architects and their responsibilities.

Architect Rolesdesign principleslayer
0 likes · 10 min read
Understanding Software Architecture: Types, Design Principles, and the Role of Architects
New Oriental Technology
New Oriental Technology
Apr 26, 2021 · Mobile Development

Using Flow, Layer, ConstraintHelper, and ImageFilterView in Android ConstraintLayout

This article explains how to use Android ConstraintLayout helper widgets such as Flow, Layer, ConstraintHelper, and ImageFilterView, covering their properties, wrap modes, XML configuration, Kotlin animation code, and runtime adjustments with SeekBar to create dynamic UI layouts.

ConstraintLayoutFlowImageFilterView
0 likes · 9 min read
Using Flow, Layer, ConstraintHelper, and ImageFilterView in Android ConstraintLayout
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 18, 2017 · Frontend Development

Why My ::after Horizontal Line Won’t Scroll: Debugging Layer Bugs in Chrome

This article explores a scrolling issue caused by a CSS ::after‑generated line that creates an unexpected rendering layer, explains how will‑change and transform can influence layer creation, and documents the puzzling paint/composite behavior observed during debugging.

CSSPerformancebrowser rendering
0 likes · 5 min read
Why My ::after Horizontal Line Won’t Scroll: Debugging Layer Bugs in Chrome