circular_countdown_timer icon indicating copy to clipboard operation
circular_countdown_timer copied to clipboard

make animation behavior configurable

Open swissbit-csteuer opened this issue 11 months ago • 0 comments

If the platform requests to disable all animations, AnimationController reduces the duration if animationBehavior is set to normal (the default). This is not desirable in all situations and can therefore be disabled by setting the animationBehavior to AnimationBehavior.preserve See: https://api.flutter.dev/flutter/animation/AnimationBehavior.html

swissbit-csteuer avatar Feb 27 '24 19:02 swissbit-csteuer