Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui5-panel): noAnimation property introduced #3694

Merged
merged 3 commits into from Aug 19, 2021

Conversation

niyap
Copy link
Contributor

@niyap niyap commented Aug 19, 2021

New property called noAnimation is added to the ui5-panel component. When set to true, the ui5-panel is expanded/collapsed without animation.

FIXES: #3505

ilhan007
ilhan007 previously approved these changes Aug 19, 2021
* Indicates whether the transition between the expanded and the collapsed state of the component is animated. By default the animation is enabled.
*
* @type {boolean}
* @defaultvalue false
Copy link
Member

Choose a reason for hiding this comment

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

add since tag 1.0.0-rc.16

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@ilhan007
Copy link
Member

add since tag to the new property, otherwise looks fine +1

MapTo0
MapTo0 previously approved these changes Aug 19, 2021
ilhan007
ilhan007 previously approved these changes Aug 19, 2021
@ilhan007
Copy link
Member

eslint

/home/travis/build/SAP/ui5-webcomponents/packages/main/src/Panel.js
102:17 error Missing trailing comma comma-dangle

@niyap niyap dismissed stale reviews from ilhan007 and MapTo0 via 413856e August 19, 2021 13:03
@MapTo0 MapTo0 merged commit fc7972b into SAP:master Aug 19, 2021
ilhan007 pushed a commit that referenced this pull request Aug 26, 2021
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.

ui5-panel: expose expand/collapse animation speed as a configurable attribute
3 participants