Skip to content

fix(ui): stop infinite animation by setting loop:false#615

Closed
ZodiacT3rr0r wants to merge 1 commit intoaccordproject:mainfrom
ZodiacT3rr0r:ZodiacT3rr0r/i614/blinking-button
Closed

fix(ui): stop infinite animation by setting loop:false#615
ZodiacT3rr0r wants to merge 1 commit intoaccordproject:mainfrom
ZodiacT3rr0r:ZodiacT3rr0r/i614/blinking-button

Conversation

@ZodiacT3rr0r
Copy link
Copy Markdown

Closes #614

This PR fixes a UI bug where a button was blinking continuously due to an infinitely looping animation.

Changes

  • Disabled infinite animation looping by changing loop: true to loop: false
  • Restored expected button behavior without repeated blinking

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

The button was blinking indefinitely due to loop:true. Changing to loop:false stops the infinite loop.

Closes accordproject#614

Signed-off-by: ZodiacT3rr0r <dhrushitjain@gmail.com>
@ZodiacT3rr0r ZodiacT3rr0r requested a review from a team as a code owner January 22, 2026 14:18
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 22, 2026

Deploy Preview for ap-template-playground failed.

Name Link
🔨 Latest commit 523cc13
🔍 Latest deploy log https://app.netlify.com/projects/ap-template-playground/deploys/697231d3c533ae0008f01235

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 9, 2026

This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions Bot added the Stale label Feb 9, 2026
@github-actions github-actions Bot closed this Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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