Tagged articles
21 articles
Page 1 of 1
Baidu App Technology
Baidu App Technology
Nov 25, 2025 · Mobile Development

How to Build an Ambient Mode for Seamless Video Playback on Android & iOS

This article explains the technical design of an ambient mode that fills video black bars with dynamically extracted dominant colors, covering video frame sampling, median‑cut color quantization, Android and iOS rendering pipelines, gradient animations, and performance optimizations.

Androidambient modecolor extraction
0 likes · 16 min read
How to Build an Ambient Mode for Seamless Video Playback on Android & iOS
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 6, 2025 · Frontend Development

Create Stunning Animated Gradient Text with Pure CSS

This guide shows how to combine CSS gradient colors, background‑position animation, and a subtle scaling pulse to produce a dazzling, continuously moving gradient text effect, complete with step‑by‑step code snippets and a ready‑to‑use full example.

CSSWeb Designanimation
0 likes · 5 min read
Create Stunning Animated Gradient Text with Pure CSS
Code Mala Tang
Code Mala Tang
Jun 29, 2025 · Frontend Development

Master CSS background-image: Essential Techniques & Pro Tips

This comprehensive guide explains how the CSS background-image property works, walks through its basic syntax, key controlling properties, advanced techniques like gradients and multiple images, and offers best‑practice tips for optimization and responsive design.

CSSResponsiveWeb Design
0 likes · 7 min read
Master CSS background-image: Essential Techniques & Pro Tips
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 17, 2025 · Frontend Development

How to Turn a Plain Black Button into a Luxurious Shimmering VIP Element

This article walks through the complete process of transforming a basic black button into a premium‑looking, animated VIP component using CSS gradients, keyframe animations, hover interactions, performance optimizations, and configurable variables, while also explaining the design thinking behind such “out‑of‑the‑box” requests.

CSSDesign ThinkingUI/UX
0 likes · 6 min read
How to Turn a Plain Black Button into a Luxurious Shimmering VIP Element
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Apr 27, 2025 · Frontend Development

Super Practical CSS Grid Layout Tricks for 7‑Column Grids

This article walks through several CSS techniques—plain grid markup, repeating linear gradients, selective borders, and pseudo‑elements—to create a 7‑column grid with row separators, explaining each method’s limitations, trade‑offs, and exact selector formulas.

CSSbordergradient
0 likes · 11 min read
Super Practical CSS Grid Layout Tricks for 7‑Column Grids
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 18, 2024 · Mobile Development

Flutter Karaoke-Style Lyric Gradient Animation Tutorial

This article explains how to create a karaoke‑style per‑word gradient highlight for song lyrics in a Flutter app, covering the visual effect analysis, gradient positioning tricks, ShaderMask usage, animation with Tween and AnimationController, per‑character timing, and progress synchronization.

FlutterMobileShader
0 likes · 13 min read
Flutter Karaoke-Style Lyric Gradient Animation Tutorial
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 28, 2023 · Frontend Development

Creating a Beautiful Mid‑Autumn Festival Card with Pure CSS

This article walks through a step‑by‑step pure‑CSS implementation of a Mid‑Autumn Festival greeting card, covering animated cloud backgrounds, a glowing cut‑out moon with text, flashing lanterns, moving clouds, and a running rabbit, while explaining the underlying CSS techniques and challenges.

Blend ModeCSSPure CSS
0 likes · 13 min read
Creating a Beautiful Mid‑Autumn Festival Card with Pure CSS
DaTaobao Tech
DaTaobao Tech
Jul 14, 2023 · Frontend Development

Gradient Iconfont Implementation with CSS and React

This article explains how to create gradient iconfonts by using CSS background‑clip:text (with transparent text) and optionally mix‑blend-mode:darken, demonstrates a reusable React component that applies gradient backgrounds via style props, and shows graceful degradation with @supports queries for browsers lacking background‑clip support.

CSSFront-endReact
0 likes · 8 min read
Gradient Iconfont Implementation with CSS and React
Model Perspective
Model Perspective
Sep 26, 2022 · Fundamentals

Deriving Scalars with Respect to Vectors Using the Definition Method

This article explains how to compute the derivative of a scalar-valued function with respect to a vector by applying the definition method, illustrating the process with simple and more complex examples, outlining basic differentiation rules, and discussing the limitations of the definition approach for vector‑matrix derivatives.

calculusdefinition methodderivative
0 likes · 6 min read
Deriving Scalars with Respect to Vectors Using the Definition Method
Model Perspective
Model Perspective
Aug 11, 2022 · Fundamentals

Understanding Gradients: How Directional Derivatives Reveal Maximum Change

The article explains that the gradient of a function is a vector pointing in the direction of greatest increase, representing the maximal directional derivative, and illustrates this concept for single‑variable and two‑variable functions with diagrams, showing how unit vectors determine rates of change along any direction.

calculusdirectional derivativegradient
0 likes · 3 min read
Understanding Gradients: How Directional Derivatives Reveal Maximum Change
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 13, 2022 · Frontend Development

Recreating the “声生不息” Logo Using Pure CSS with Gradient, Clip‑Path, and Variable‑Based Color Switching

This article demonstrates how to recreate the “声生不息” program logo using only native CSS and a small amount of JavaScript, covering gradient stripes, clip‑path shaping, background‑clip text effects, CSS variables for color toggling, and detailed code snippets for each implementation step.

Background-ClipCSSJavaScript
0 likes · 19 min read
Recreating the “声生不息” Logo Using Pure CSS with Gradient, Clip‑Path, and Variable‑Based Color Switching
21CTO
21CTO
Jun 5, 2021 · Frontend Development

Top 8 Web Design Trends Shaping 2021: From 3D to Video Integration

The article reviews the eight dominant web design trends of 2021—including 3D graphics, parallax animation, custom illustrations, minimalist layouts, abstract shapes, bold gradients, digital product showcases, and embedded video—explaining how each enhances user engagement in a post‑pandemic digital landscape.

2021 Trends3DUI/UX
0 likes · 6 min read
Top 8 Web Design Trends Shaping 2021: From 3D to Video Integration
Python Programming Learning Circle
Python Programming Learning Circle
Apr 26, 2020 · Artificial Intelligence

Understanding PyTorch Autograd: Tensors, Gradients, and Backpropagation

This article explains PyTorch's autograd system, covering tensor creation, the requires_grad flag, detaching tensors, disabling gradient tracking with no_grad, the Function class and computational graph, and demonstrates forward and backward passes with code examples illustrating gradient computation and Jacobian‑vector products.

AutogradBackpropagationPyTorch
0 likes · 6 min read
Understanding PyTorch Autograd: Tensors, Gradients, and Backpropagation
网易UEDC
网易UEDC
Apr 15, 2019 · Fundamentals

How to Create High-End Visual Texture in UI Design: A Step‑by‑Step Guide

This tutorial explains the concept of visual texture, breaks down its essential elements such as overall lighting, subtle gradients, and fine details, and walks you through an eight‑step case study using Photoshop to produce a polished, high‑quality design that feels rich and tactile.

DesignPhotoshopTutorial
0 likes · 9 min read
How to Create High-End Visual Texture in UI Design: A Step‑by‑Step Guide
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 5, 2017 · Frontend Development

Mastering CSS conic-gradient: From Basics to Stunning Visual Effects

Explore the CSS conic-gradient function in depth—its syntax, differences from linear and radial gradients, practical examples like color wheels, pie charts, animated backgrounds, and polyfill support—while learning how to combine percentages, background-size, and blend modes to create dynamic, cross-browser visual designs.

CSSPolyfillSCSS
0 likes · 10 min read
Mastering CSS conic-gradient: From Basics to Stunning Visual Effects
Hujiang Design Center
Hujiang Design Center
Jan 19, 2017 · Fundamentals

What Will Define Visual Design in 2017? Key Trends and Insights

The 2017 visual design trend report from HJUED outlines a two‑phase research process—reviewing last year's keywords and exploring new directions across typography, material, shape, layout, and motion—providing concept overviews, real‑world examples, and visual illustrations for each emerging style.

animationdesign trendsgradient
0 likes · 9 min read
What Will Define Visual Design in 2017? Key Trends and Insights