Skip to content

Fixed "badgeAnimation: none" and "popoverAnimation: none" had no effect - #68

Open
ralzinov wants to merge 1 commit into
sersavan:mainfrom
ralzinov:feature/fix-animation-config-none-value-has-no-effect
Open

Fixed "badgeAnimation: none" and "popoverAnimation: none" had no effect#68
ralzinov wants to merge 1 commit into
sersavan:mainfrom
ralzinov:feature/fix-animation-config-none-value-has-no-effect

Conversation

@ralzinov

@ralzinov ralzinov commented Aug 15, 2025

Copy link
Copy Markdown

The Issue:

Disabling animation didn't work. Setting badgeAnimation and popoverAnimation to "none" had no effect:

animationConfig={{
    badgeAnimation: 'none',
    popoverAnimation: 'none',
}}

Changes:

  • Made "animationConfig.badgeAnimation" to be used in multiSelectVariants on badge classes.
  • Forcefully disable animation on popover to override built-in popover animations
  • Added .idea folder to .gitignore for Intellij users
  • Added example of multiselect with disabled animations

Notes:

  • "animationConfig.optionHoverAnimation" is present in code examples, but it's not used in code, so I didn't touch it. Setting it to any value will have no effect

@vercel

vercel Bot commented Aug 15, 2025

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the sersavan's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant