Tag

Animatable

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 28, 2022 · Mobile Development

Deep Dive into Compose Animatable API: Creation, animateTo, snapTo, and a Practical Upload Button Example

This article explains the low‑level Android Jetpack Compose Animatable API, its constructor parameters, how to create and configure Animatable instances for various value types, and demonstrates using animateTo and snapTo within coroutines, including listeners and a complete upload‑button use case.

AndroidAnimatableKotlin
0 likes · 15 min read
Deep Dive into Compose Animatable API: Creation, animateTo, snapTo, and a Practical Upload Button Example
Qunar Tech Salon
Qunar Tech Salon
Jan 8, 2019 · Mobile Development

Implementing Animations in Flutter: From Animatable and Tween to a Custom Bezier Curve Motion

This article explains how Flutter renders animations by repeatedly calling setState, describes the roles of Animatable, Animation, Tween, and AnimationController, and provides a complete example of creating a custom BezierTween to achieve a bezier‑curve motion with full source code.

AnimatableAnimationControllerBezierCurve
0 likes · 9 min read
Implementing Animations in Flutter: From Animatable and Tween to a Custom Bezier Curve Motion