Tagged articles
3 articles
Page 1 of 1
Goodme Frontend Team
Goodme Frontend Team
Oct 20, 2025 · Frontend Development

Boost Mini‑Program Animations with Galacean Effects: A Taro 3.x Guide

This article explains how to integrate Galacean Effects into a Taro 3.x mini‑program to create ritualistic card‑merge animations, covers installation, code examples, loading‑time analysis, and offline‑package optimization that dramatically reduces first‑frame delay and improves user experience.

Animation OptimizationGalacean EffectsMini Program
0 likes · 13 min read
Boost Mini‑Program Animations with Galacean Effects: A Taro 3.x Guide
360 Tech Engineering
360 Tech Engineering
Mar 12, 2019 · Frontend Development

Understanding the RAIL Model and Pixel Pipeline for Smooth Web Animations

This article explains how the RAIL performance model and the browser pixel pipeline can be used to define smoothness standards, measure animation performance, and apply practical techniques such as requestAnimationFrame, avoiding forced synchronous layouts, and leveraging layers to achieve consistently 60 FPS web experiences.

Animation OptimizationRAILpixel pipeline
0 likes · 16 min read
Understanding the RAIL Model and Pixel Pipeline for Smooth Web Animations