Skip to content

Fixed count animation delay and speed#2584

Merged
HardeepAsrani merged 3 commits intodevelopmentfrom
bugfix/2559
Jun 13, 2025
Merged

Fixed count animation delay and speed#2584
HardeepAsrani merged 3 commits intodevelopmentfrom
bugfix/2559

Conversation

@girishpanchal30
Copy link
Contributor

Closes #2559

Summary

I've fixed the delay and speed settings in the count animation.

Checklist before the final review

  • Included E2E or unit tests for the changes in this PR.
  • Visual elements are not affected by independent changes.
  • It is at least compatible with the minimum WordPress version.
  • It loads additional script in frontend only if it is required.
  • Does not impact the Core Web Vitals.
  • In case of deprecation, old blocks are safely migrated.
  • It is usable in Widgets and FSE.
  • Copy/Paste is working if the attributes are modified.
  • PR is following the best practices

@girishpanchal30 girishpanchal30 added the pr-checklist-skip Allow this Pull Request to skip checklist. label May 23, 2025
@pirate-bot pirate-bot added the pr-checklist-complete The Pull Request checklist is complete. (automatic label) label May 23, 2025
@Soare-Robert-Daniel
Copy link
Contributor

@girishpanchal30, I solved the issue with infinite install time for npm. You can rebase this PR.

@pirate-bot
Copy link
Contributor

pirate-bot commented May 23, 2025

Bundle Size Diff

Package Old Size New Size Diff
Animations 273.04 KB 273.17 KB 139 B (0.05%)
Blocks 1.56 MB 1.56 MB 0 B (0.00%)
CSS 100.83 KB 100.83 KB 0 B (0.00%)
Dashboard 206.01 KB 206.01 KB 0 B (0.00%)
Onboarding 162.7 KB 162.7 KB 0 B (0.00%)
Export Import 99.42 KB 99.42 KB 0 B (0.00%)
Pro 423.39 KB 423.39 KB 0 B (0.00%)

@pirate-bot
Copy link
Contributor

pirate-bot commented May 23, 2025

Plugin build for d5b691e is ready 🛎️!

@girishpanchal30
Copy link
Contributor Author

girishpanchal30 commented May 23, 2025

@Soare-Robert-Daniel I've rebased this PR.

@pirate-bot
Copy link
Contributor

pirate-bot commented May 23, 2025

E2E Tests

Playwright Test Status:

Performance Results serverResponse: {"q25":396.2,"q50":425.35,"q75":433.8,"cnt":10}, firstPaint: {"q25":420,"q50":441.85,"q75":476.1,"cnt":10}, domContentLoaded: {"q25":1454,"q50":1455.7,"q75":1473.3,"cnt":10}, loaded: {"q25":1454.2,"q50":1456.1,"q75":1473.7,"cnt":10}, firstContentfulPaint: {"q25":3186.4,"q50":3195.3,"q75":3207.7,"cnt":10}, firstBlock: {"q25":6752.6,"q50":6782.65,"q75":6862.9,"cnt":10}, type: {"q25":12.52,"q50":15.35,"q75":15.91,"cnt":10}, typeWithoutInspector: {"q25":10.63,"q50":11.2,"q75":12.28,"cnt":10}, typeWithTopToolbar: {"q25":18.41,"q50":19.26,"q75":21.01,"cnt":10}, typeContainer: {"q25":7.46,"q50":8.7,"q75":9.46,"cnt":10}, focus: {"q25":36.58,"q50":38.49,"q75":40.74,"cnt":10}, inserterOpen: {"q25":16.09,"q50":16.6,"q75":18.24,"cnt":10}, inserterSearch: {"q25":5.51,"q50":5.62,"q75":5.72,"cnt":10}, inserterHover: {"q25":2.33,"q50":2.55,"q75":2.63,"cnt":20}, loadPatterns: {"q25":1072.96,"q50":1103.52,"q75":1133.8,"cnt":10}, listViewOpen: {"q25":81.96,"q50":86.85,"q75":89.63,"cnt":10}

@HardeepAsrani HardeepAsrani merged commit 7bfd1ac into development Jun 13, 2025
11 checks passed
@HardeepAsrani HardeepAsrani deleted the bugfix/2559 branch June 13, 2025 18:59
@pirate-bot
Copy link
Contributor

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@pirate-bot pirate-bot added the released Indicate that an issue has been resolved and released in a particular version of the product. label Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-checklist-complete The Pull Request checklist is complete. (automatic label) pr-checklist-skip Allow this Pull Request to skip checklist. released Indicate that an issue has been resolved and released in a particular version of the product.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Count Animation Delay and Speed Options Not Working as Expected

4 participants