Handling easily animation minor details with ReArch #165
Closed
busslina
started this conversation in
Show and tell
Replies: 1 comment
-
Even better, 3.webm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the first video we can see an animation with two problems that bother me:
- Unwanted tooltip activation.
- Unwanted highlight color activation.
In the second video we can see removed both problems.
This is solved easily by blocking them when
expandTransitioning
is true:1.webm
2.webm
With a
StatefulWidget
it would have take a lot more code.An alternative would be to integrate
AnimationController
, but in this case I'm usingAnimatedSize
, which hides the controller.Beta Was this translation helpful? Give feedback.
All reactions