Skip to content

Conversation

mikescamell
Copy link
Contributor

@mikescamell mikescamell commented Aug 15, 2025

Task/Issue URL: https://app.asana.com/1/137249556945/project/1207908166761516/task/1211042630873651?focus=true

Description

This PR fixes several animation issues in the onboarding experience:

  1. Added proper handling for hiding the Buck magnifying glass animation when showing DaxIntroSearchOptionsCta
  2. Fixed the BB shield animating up as the text animation starts playing
  3. Fixed a bug where click listeners were being set before animations completed

Steps to test this PR

BB Fixes

  • Verify the shield does not move up as the text animation plays on the initial onboarding screen

Buck Fixes

  • Verify that the Buck magnifying glass animation properly hides when dismissing on new tabbing after "Try a Search"
  • Confirm that click listeners on search and site suggestion options only activate after animations complete. Tap them when they are not visible.

UI changes

N/A

@mikescamell mikescamell requested a review from Copilot August 15, 2025 11:46
Copilot

This comment was marked as outdated.

@duckduckgo duckduckgo deleted a comment from Copilot AI Aug 15, 2025
@duckduckgo duckduckgo deleted a comment from Copilot AI Aug 15, 2025
@duckduckgo duckduckgo deleted a comment from Copilot AI Aug 15, 2025
@mikescamell mikescamell force-pushed the feature/mike/onboarding-test/final-fixes branch from a76b56d to 2666e96 Compare August 15, 2025 12:10
@duckduckgo duckduckgo deleted a comment from Copilot AI Aug 15, 2025
@duckduckgo duckduckgo deleted a comment from Copilot AI Aug 15, 2025
@mikescamell mikescamell requested a review from Copilot August 15, 2025 12:11
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses animation timing and cleanup issues in the onboarding experience to prevent visual glitches and improve user interaction reliability. The changes focus on proper animation sequencing and resource management.

Key changes:

  • Fixed animation timing by ensuring click listeners are only set after animations complete
  • Added proper animation cleanup and cancellation to prevent memory leaks
  • Improved handling of Buck magnifying glass animation hiding

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
BbWelcomePage.kt Initializes dialog title text to prevent empty content flashing
Cta.kt Implements proper animation cleanup, tracks animators, and delays click listener setup
BrowserTabFragment.kt Adds proper hiding of Buck magnifying glass animation for search options

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@mikescamell mikescamell marked this pull request as ready for review August 19, 2025 13:45
Copy link
Contributor

@marcosholgado marcosholgado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mikescamell mikescamell force-pushed the feature/mike/onboarding-test/final-fixes branch from 2666e96 to a0e7453 Compare August 19, 2025 17:44
@mikescamell mikescamell force-pushed the feature/mike/onboarding-test/final-fixes branch from a0e7453 to 9b3c8eb Compare August 20, 2025 12:23
@mikescamell mikescamell requested a review from lmac012 August 20, 2025 12:23
@mikescamell mikescamell merged commit 990e91a into develop Aug 20, 2025
12 checks passed
@mikescamell mikescamell deleted the feature/mike/onboarding-test/final-fixes branch August 20, 2025 16:19
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.

3 participants