Tag

CSS3

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 9, 2024 · Frontend Development

Hand‑by‑hand Development of a Stunning Interactive Card Effect with React and Tailwind

This tutorial demonstrates how to create a visually striking card component with light‑following and 3D parallax effects using React, Tailwind CSS, and custom hooks, covering setup of three boxes, mouse event handling, CSS transforms, and reusable hook encapsulation.

CSS3HooksJavaScript
0 likes · 11 min read
Hand‑by‑hand Development of a Stunning Interactive Card Effect with React and Tailwind
php中文网 Courses
php中文网 Courses
May 1, 2023 · Frontend Development

Pure CSS3 Image Carousel Using Flexbox and Keyframe Animation

This tutorial explains how to build a pure‑CSS3 image carousel with a clean, minimalist look by using Flexbox layout and @keyframes animation, providing complete HTML and CSS code that runs without any JavaScript, making it a handy reference for front‑end developers.

CSS3FlexboxImage Slider
0 likes · 3 min read
Pure CSS3 Image Carousel Using Flexbox and Keyframe Animation
php中文网 Courses
php中文网 Courses
Mar 21, 2023 · Frontend Development

Password Strength Validation Techniques with jQuery, Vue, and CSS3

This article presents several front‑end approaches for implementing password‑strength validation—including jQuery plugins, a Vue component, and a CSS3 indicator—each accompanied by live demo links and brief usage explanations to improve user experience during registration.

CSS3Vuefrontend
0 likes · 4 min read
Password Strength Validation Techniques with jQuery, Vue, and CSS3
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 10, 2022 · Frontend Development

Separate Writing of CSS transform Functions: New Chrome 104 Feature and Practical Usage

This article explains the newly supported individual CSS transform properties in Chrome 104, demonstrates how to split transform into translate, rotate, and scale declarations, discusses ordering effects, compatibility considerations, and provides practical code examples for complex layouts and animations.

CSSCSS3Chrome
0 likes · 11 min read
Separate Writing of CSS transform Functions: New Chrome 104 Feature and Practical Usage
php中文网 Courses
php中文网 Courses
Feb 15, 2022 · Frontend Development

CSS3 Animated Spoon Scooping Tangyuan (Dumpling) Effect

This tutorial demonstrates how to create a festive CSS3 animation of a spoon scooping dumplings, providing complete HTML and CSS code, visual examples, and download links for learners to copy, preview, and use the effect in their own projects.

CSSCSS3Tutorial
0 likes · 16 min read
CSS3 Animated Spoon Scooping Tangyuan (Dumpling) Effect
ByteFE
ByteFE
May 23, 2021 · Frontend Development

How to Create a Rotating 3D Coin Animation with CSS3, LESS and React

This article explains how to build a rotating 3D coin effect for a web page using CSS3 animations, @keyframes, LESS variables and loops, and a React component that generates the coin's faces and edges, providing a visual cue to attract users to an activity.

3dCSS3Less
0 likes · 10 min read
How to Create a Rotating 3D Coin Animation with CSS3, LESS and React
php中文网 Courses
php中文网 Courses
Dec 31, 2020 · Frontend Development

Five Free 2021 New Year Countdown Effect Source Codes

This article introduces five free, downloadable JavaScript/CSS3 countdown effect templates for the 2021 New Year, each with a brief description, preview image, and direct download link for developers to integrate into their web projects.

CSS3CountdownJavaScript
0 likes · 3 min read
Five Free 2021 New Year Countdown Effect Source Codes
php中文网 Courses
php中文网 Courses
Dec 23, 2020 · Frontend Development

Free Christmas Animation Effects Collection (HTML5, CSS3, jQuery)

This article presents a curated list of free, visually appealing Christmas-themed animation effects built with HTML5, CSS3, and jQuery, each accompanied by a brief description and a download link for the source code.

CSS3HTML5animation
0 likes · 5 min read
Free Christmas Animation Effects Collection (HTML5, CSS3, jQuery)
政采云技术
政采云技术
Jan 12, 2020 · Frontend Development

Understanding CSS Background Property: Basics, Advanced Techniques, and Practical Examples

This article provides a comprehensive guide to the CSS background property, covering its syntax, individual sub‑properties, tables of default values, basic usage examples, advanced topics such as multiple images, gradients, positioning, sizing, attachment, and even the experimental element() function, all illustrated with clear code snippets and visual diagrams.

BackgroundCSSCSS3
0 likes · 15 min read
Understanding CSS Background Property: Basics, Advanced Techniques, and Practical Examples
37 Interactive Technology Team
37 Interactive Technology Team
Nov 27, 2019 · Frontend Development

Building a Front-End Animation Library: Process, Implementation, and Case Studies

The team created a reusable front‑end animation library by researching common effects, packaging them into an npm module, building a Vue‑based management backend, and integrating the library into business pages, which boosted user stay time by ~30%, performance by ~10% and cut bounce rates by ~60%, as demonstrated in the Douluo Dalu and Dark Angel case studies.

CSS3Vueanimation
0 likes · 10 min read
Building a Front-End Animation Library: Process, Implementation, and Case Studies
政采云技术
政采云技术
Aug 30, 2019 · Frontend Development

CSS Stacking Context: Understanding Z-Axis Display Logic

This article explains CSS stacking context, stacking level, and stacking order concepts to clarify the internal logic of Z-axis display order for web elements.

CSSCSS3frontend development
0 likes · 8 min read
CSS Stacking Context: Understanding Z-Axis Display Logic
政采云技术
政采云技术
Aug 29, 2019 · Frontend Development

Understanding CSS Stacking Context and Z‑Index Behavior

This article explains the concept of CSS stacking context, its creation rules, characteristics, and stacking order, using practical code examples to illustrate how z‑index values and other CSS properties affect element layering on the Z‑axis in web pages.

CSSCSS3Web Development
0 likes · 9 min read
Understanding CSS Stacking Context and Z‑Index Behavior
360 Tech Engineering
360 Tech Engineering
Sep 30, 2018 · Frontend Development

Understanding CSS Scroll Snap: Concepts, Examples, and Properties

This article explains the CSS Scroll Snap feature introduced in Chrome 69, describing how snapping points work, providing two practical examples—a horizontal photo gallery and a paginated document—while detailing related properties such as scroll‑snap‑type, scroll‑padding, scroll‑margin, and scroll‑snap‑align.

CSSCSS3Web Development
0 likes · 9 min read
Understanding CSS Scroll Snap: Concepts, Examples, and Properties
JD Retail Technology
JD Retail Technology
Aug 24, 2018 · Frontend Development

Implementing Paper Plane Flight Animation with CSS3 and Canvas in Mini Programs

This article explains how to create smooth, multi‑path paper‑plane flight animations for a mini‑program using CSS3 keyframes, transform versus position, canvas drawing, a reusable Game class, Bezier curve calculations, and inverse‑trigonometric rotation to achieve realistic motion and design flexibility.

CSS3JavaScriptanimation
0 likes · 9 min read
Implementing Paper Plane Flight Animation with CSS3 and Canvas in Mini Programs
JD Tech
JD Tech
Aug 23, 2018 · Frontend Development

Implementing Smooth Paper‑Plane Animations with CSS3, Canvas and Bezier Curves in a Mini‑Program

This article explains how to create a smooth, multi‑mode paper‑plane animation for a JD mini‑program by comparing position and transform, writing CSS3 keyframes, combining translateX/Y, using canvas with a reusable Game class, defining quadratic and cubic Bézier curves, calculating points with a parametric function, and rotating the plane with atan2 for realistic motion.

CSS3JavaScriptanimation
0 likes · 10 min read
Implementing Smooth Paper‑Plane Animations with CSS3, Canvas and Bezier Curves in a Mini‑Program
Yuewen Frontend Team
Yuewen Frontend Team
May 23, 2018 · Frontend Development

Creating a 3D Book Cover with CSS: Techniques, Code, and Compatibility Fixes

This article walks through the design and implementation of a 3D book‑cover effect for Qidian's homepage using CSS3 perspective and transforms, explains the underlying HTML structure, provides full SASS code, and details cross‑browser compatibility solutions for Firefox, IE9, and Safari.

3dCSS3Compatibility
0 likes · 13 min read
Creating a 3D Book Cover with CSS: Techniques, Code, and Compatibility Fixes
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 13, 2015 · Mobile Development

Overview of Popular Mobile Web Development Frameworks

This article surveys the most widely used JavaScript frameworks for mobile web development, highlighting their touch‑optimized features, cross‑platform capabilities, lightweight nature, and support for HTML5/CSS3 standards, helping developers quickly build responsive mobile applications across iOS, Android, and other devices.

CSS3HTML5JavaScript frameworks
0 likes · 8 min read
Overview of Popular Mobile Web Development Frameworks