Skip to content
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

Proposed resolution to the issue #114 #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zulfequar
Copy link

Resolve issue #114

Testing and Review Notes

I have tested the results on Android and Web. Please do all the required tests and reviews for the commits from your end before accepting it.

To Do

Please do all the required tests and reviews for the commits from your end before accepting.

Zulfequar Ali added 3 commits November 30, 2023 15:21
…ethod

Modify the code so that animations are handled (controlled) everytime a badge widget's build method is called.
* If the showBadge property of a badge is true: Run the animations
* If the showBadge property of a badge is false: Stop the animations
…eld to false

The commit cf980c9 fixes the intended issue for all types of animations (BadgeAnimation.slide, BadgeAnimation.scale, BadgeAnimation.rotate etc.) but once the showBadge field is set to true after setting it to false, the badge is shown back but its animation stops. Initializing the badge's appearanceDisappearanceFadeAnimationEnabled field to false fixes this issue.

The code in this commit and in the commit cf980c9 has been tested on Android and Web and works fine on both the platforms and I expect that it should work fine on all the other platforms.
Update word from Yheme to Theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant