Skip to content

fix: disable infinite animation loop on Learn button (#614)#795

Open
shriija wants to merge 1 commit intoaccordproject:mainfrom
shriija:fix-animation-loop
Open

fix: disable infinite animation loop on Learn button (#614)#795
shriija wants to merge 1 commit intoaccordproject:mainfrom
shriija:fix-animation-loop

Conversation

@shriija
Copy link

@shriija shriija commented Mar 8, 2026

Closes #614

fix: disable infinite animation loop on Learn button (#614)

Description

This PR resolves the issue where the "Learn" button in the Navbar would pulse indefinitely. By changing the loop property to false, the animation now correctly plays once upon mounting and then remains static, preventing a persistent visual distraction for users.

Changes

Screenshots or Video

Template.Playground.-.Google.Chrome.2026-03-08.19-52-28.mp4

Related Issues

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to main from fork:branchname

@shriija shriija requested a review from a team as a code owner March 8, 2026 16:08
@netlify
Copy link

netlify bot commented Mar 8, 2026

Deploy Preview for ap-template-playground ready!

Name Link
🔨 Latest commit bb5fed8
🔍 Latest deploy log https://app.netlify.com/projects/ap-template-playground/deploys/69ada0c1cf697a0008ff527f
😎 Deploy Preview https://deploy-preview-795--ap-template-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Shrija Gangapuram <156319909+shriija@users.noreply.github.com>
@shriija shriija force-pushed the fix-animation-loop branch from cf275d8 to bb5fed8 Compare March 8, 2026 16:15
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.

Learn button animation continuously loops due to loop: true property

1 participant