-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disableAnimation at ShowcaseWidget level #140
Labels
enhancement
New feature or request
Comments
HappyMakadiyaS
added a commit
to HappyMakadiyaS/flutter_showcaseview
that referenced
this issue
May 4, 2022
HappyMakadiyaS
added a commit
to HappyMakadiyaS/flutter_showcaseview
that referenced
this issue
May 5, 2022
…thod. ✨ disableAnimation at ShowcaseWidget (SimformSolutionsPvtLtd#140)
HappyMakadiyaS
added a commit
to HappyMakadiyaS/flutter_showcaseview
that referenced
this issue
May 30, 2022
…thod. ✨ disableAnimation at ShowcaseWidget (SimformSolutionsPvtLtd#140)
HappyMakadiyaS
added a commit
to HappyMakadiyaS/flutter_showcaseview
that referenced
this issue
May 30, 2022
…thod. ✨ disableAnimation at ShowcaseWidget (SimformSolutionsPvtLtd#140)
HappyMakadiyaS
added a commit
to HappyMakadiyaS/flutter_showcaseview
that referenced
this issue
May 30, 2022
…thod. ✨ disableAnimation at ShowcaseWidget (SimformSolutionsPvtLtd#140)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone,
Would it be possible to disable the animations at the level of
ShowCaseWidget
?Seems a bit weird that if I want to disable all the animations I need to go through each
Showcase
and set the flag to false. Maybe defaulting it tofalse
would be a better idea?Another thing, the
disableAnimation
flag works only after it completes an animation circle. By name, you assume the animation is completely disabled.The text was updated successfully, but these errors were encountered: