Skip to content

break(HeightAnimation)!: rename 'animate' prop to 'noAnimation'#7058

Closed
langz wants to merge 3 commits intov11from
feat/height-animation-noAnimation-prop
Closed

break(HeightAnimation)!: rename 'animate' prop to 'noAnimation'#7058
langz wants to merge 3 commits intov11from
feat/height-animation-noAnimation-prop

Conversation

@langz
Copy link
Copy Markdown
Contributor

@langz langz commented Mar 19, 2026

Replace the 'animate' prop (default: true) with 'noAnimation' (default: false) on HeightAnimation and useHeightAnimation. This aligns HeightAnimation with all other Eufemia components that use 'noAnimation' to disable animations.

BREAKING CHANGE: HeightAnimation 'animate' prop removed. Use 'noAnimation'
with inverted logic: animate={false} → noAnimation, animate={true} → (default).

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Mar 19, 2026

commit: db5f43f

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Mar 19, 2026

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 19, 2026

Branch Preview URL (stable):
https://feat-height-animation-noanim.eufemia-e25.pages.dev

https://feat-height-animation-noanim.eufemia-e25.pages.dev

Deployment URL (unique):
https://65822f23.eufemia-e25.pages.dev

https://65822f23.eufemia-e25.pages.dev

@langz langz changed the title break!: rename HeightAnimation 'animate' prop to 'noAnimation' break(HeightAnimation)!: rename 'animate' prop to 'noAnimation' Mar 19, 2026
@langz langz closed this Mar 23, 2026
@langz langz reopened this Mar 23, 2026
langz added 3 commits March 24, 2026 14:24
Replace the 'animate' prop (default: true) with 'noAnimation' (default: false)
on HeightAnimation and useHeightAnimation. This aligns HeightAnimation with
all other Eufemia components that use 'noAnimation' to disable animations.

BREAKING CHANGE: HeightAnimation 'animate' prop removed. Use 'noAnimation'
with inverted logic: animate={false} → noAnimation, animate={true} → (default).
- useTableAnimationHandler: animate → noAnimation (inverted logic)
- InfoOverlay: remove stale animate prop from HeightAnimation
- Run Prettier on 4 files with formatting issues
@langz langz force-pushed the feat/height-animation-noAnimation-prop branch from 88cbd96 to db5f43f Compare March 24, 2026 13:24
@langz langz closed this Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant