Tag

Property Animation

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 30, 2022 · Mobile Development

Understanding Property Animations in Jetpack Compose: animateColorAsState and Related APIs

This article explains how Jetpack Compose implements property animations by detailing the animateColorAsState function, its parameters, related animation helpers such as animateDpAsState and animateValueAsState, and the underlying Animatable, TargetBasedAnimation, and runAnimation mechanisms, complete with Kotlin code examples.

AndroidAnimation APIJetpack Compose
0 likes · 10 min read
Understanding Property Animations in Jetpack Compose: animateColorAsState and Related APIs
Kuaishou Tech
Kuaishou Tech
Feb 28, 2022 · Mobile Development

Low‑Code Property Animations on Android: Principles, Workflow, and Implementation

This article explains the concept of property animation on mobile, analyzes the inefficiencies of manual animation coding, proposes a low‑code solution inspired by Lottie, and provides detailed Java code and workflow diagrams for integrating reusable attribute animations into Android applications.

AndroidAnimation FrameworkMobile Development
0 likes · 11 min read
Low‑Code Property Animations on Android: Principles, Workflow, and Implementation