Tag

custom properties

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 16, 2023 · Backend Development

Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations

This guide explains Spring Boot 2.4.12 logging fundamentals, covering default console output, customizable patterns, colored logs, file rotation, log levels, logger groups, and advanced Logback extensions, with practical YAML and XML examples for fine‑tuning your application's logging behavior.

LogbackSpring Bootconfiguration
0 likes · 19 min read
Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations
Taobao Frontend Technology
Taobao Frontend Technology
Jun 23, 2021 · Frontend Development

Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More

This article provides a comprehensive overview of modern CSS capabilities—including new pseudo‑class selectors like :is(), :where(), :not(), :has(), focus variants, advanced background positioning, masking, clipping, the expanded color module, and clever uses of custom properties—offering practical examples and demos for front‑end developers.

CSSFrontendWeb Design
0 likes · 31 min read
Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More
ByteFE
ByteFE
May 11, 2021 · Frontend Development

Leveraging CSS @property (Houdini) for Advanced Animations and Custom Property Control

This article introduces the CSS @property at‑rule, explains how it extends the Houdini API to define typed custom properties with defaults and inheritance, and demonstrates a series of practical animations—including gradient transitions, conic‑gradient pie charts, length‑based underline effects, and a full‑screen saver—by rewriting traditional CSS with @property definitions and showcasing the required code snippets.

CSSFrontendHoudini
0 likes · 13 min read
Leveraging CSS @property (Houdini) for Advanced Animations and Custom Property Control
ByteFE
ByteFE
Mar 14, 2021 · Frontend Development

Exploring @property and Its Animating Powers

This article explains how the CSS @property rule lets developers define the syntax, initial value, and inheritance behavior of custom properties, enabling type‑checked animations and transitions that were previously impossible with plain string‑based CSS variables.

CSSFrontendanimation
0 likes · 25 min read
Exploring @property and Its Animating Powers