10 ms·
This is so cool. What did you use for the send button animation...Rive?
by rjrogerto 6y ago
This is so cool. What did you use for the send button animation...Rive?
- andrewthebold 6y agoHey! It's a Flutter application, so I'm using their concept of Hero animations [1]. It renders a new component (the flight shuttle?) that does the visual animation. [1] https://flutter.dev/docs/development/ui/animations/hero-animations https://flutter.dev/docs/development/ui/animations/hero-anim...