Skip to content

New: Add bounceUpOnce and bounceDownOnce animation Less mixins (fix #561)#562

Merged
joe-allen-89 merged 1 commit intomasterfrom
issue/561
Aug 13, 2025
Merged

New: Add bounceUpOnce and bounceDownOnce animation Less mixins (fix #561)#562
joe-allen-89 merged 1 commit intomasterfrom
issue/561

Conversation

@swashbuck
Copy link
Contributor

@swashbuck swashbuck commented Jul 21, 2025

Fix #561

New

  • Adds bounceUpOnce() and bounceDownOnce() animation Less mixins

Testing

Add to a Trickle when showing an icon on the button.

Less

.no-touch .trickle__btn:not(.is-disabled):hover .icon::before {
  .effect-bounceDownOnce;
}

Trickle config:

"_trickle": {
  "_isEnabled": true,
  "_button": {
      "_isEnabled": true,
      "_styleBeforeCompletion": "visible",
      "_isFullWidth": true,
      "_hasIcon": true
  }
},

Jul-21-2025 11-08-03

Copy link
Contributor

@kirsty-hames kirsty-hames left a comment

Choose a reason for hiding this comment

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

👀

Copy link
Contributor

Choose a reason for hiding this comment

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

👀

Copy link
Contributor

@guywillis guywillis left a comment

Choose a reason for hiding this comment

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

👀

@joe-allen-89 joe-allen-89 merged commit e126db7 into master Aug 13, 2025
1 check passed
@joe-allen-89 joe-allen-89 deleted the issue/561 branch August 13, 2025 09:20
@github-project-automation github-project-automation bot moved this from Needs Reviewing to Recently Released in adapt_framework: The TODO Board Aug 13, 2025
github-actions bot pushed a commit that referenced this pull request Nov 4, 2025
# [9.26.0](v9.25.0...v9.26.0) (2025-11-04)

### Fix

* Add end margin only when question is complete (fixes #559) ([e892b89](e892b89)), closes [#559](#559)
* Reduced margin-start / end iteration default value (fixes #552) ([f44a4e2](f44a4e2)), closes [#552](#552)
* Update package.json to fix broken GitHub releases (fix #568) (#569) ([ab7c444](ab7c444)), closes [#568](#568) [#569](#569)

### New

* Add bounceUpOnce and bounceDownOnce animation mixins (fixes #562) ([e126db7](e126db7)), closes [#562](#562)

### Update

* Apply @progress-border-radius to PLP indicator inner (fixes #547) ([7bf2598](7bf2598)), closes [#547](#547)
* package updated to include semantic-release-replace-plugin for automated migration versioning (fixes #549) (#550) ([0742aed](0742aed)), closes [#549](#549) [#550](#550)
* Update Media component styles to support MediaElement.js (fixes #523) (#524) ([aa6ad16](aa6ad16)), closes [#523](#523) [#524](#524)
@github-actions
Copy link

github-actions bot commented Nov 4, 2025

🎉 This PR is included in version 9.26.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bounceUpOnce and bounceDownOnce

5 participants

Comments