Tagged articles
6 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2022 · Frontend Development

Liquid Flow Effects with SVG, CSS Masking, and Canvas – A Frontend Development Tutorial

This article demonstrates how to create dynamic liquid‑flow animations for static images using SVG filters (feTurbulence, feDisplacementMap), CSS mask‑image, Canvas drawing, and TweenMax, providing step‑by‑step code for generating hotspots, animating them, and integrating image upload and canvas clearing in a web page.

CSSCanvasMasking
0 likes · 13 min read
Liquid Flow Effects with SVG, CSS Masking, and Canvas – A Frontend Development Tutorial
Programmer DD
Programmer DD
Jul 15, 2022 · Information Security

Secure Your Java Logs: A Step‑by‑Step Guide to Logback Desensitization

This article explains why sensitive data in logs must be masked, compares two common masking approaches, and provides a complete tutorial for integrating a custom Logback desensitization component—including Maven dependency, appender replacement, configuration file format, supported data types, matching rules, and installation instructions—so developers can achieve secure logging with minimal code changes.

Maskingdesensitization
0 likes · 12 min read
Secure Your Java Logs: A Step‑by‑Step Guide to Logback Desensitization
Baobao Algorithm Notes
Baobao Algorithm Notes
Jan 14, 2022 · Artificial Intelligence

BERT Interview Q&A: Decoding CLS, Masks, Complexity, and More

An in‑depth Q&A breaks down core BERT concepts—from the purpose of the [CLS] token and masking strategies to self‑attention complexity, sparse attention tricks, subword handling of OOV words, warm‑up learning rates, GPT’s unidirectional nature, and ALBERT’s parameter sharing—providing concise explanations for each.

BERTMaskingSelf-Attention
0 likes · 7 min read
BERT Interview Q&A: Decoding CLS, Masks, Complexity, and More
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.

CSSCustom PropertiesMasking
0 likes · 31 min read
Unlock the Latest CSS Features: Pseudo‑Classes, Color Functions, Masks & More
网易UEDC
网易UEDC
Jul 16, 2018 · Frontend Development

Mastering SVG Animations: From Code to Interactive H5 Effects

This article walks through the fundamentals of SVG, explains its advantages over raster formats, demonstrates how to create shapes and apply SMIL animations with code examples, and shows practical techniques such as masking, referencing, and animating transforms to build rich, lightweight web graphics.

MaskingSMILWeb Development
0 likes · 24 min read
Mastering SVG Animations: From Code to Interactive H5 Effects