SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

[ui5-page]: still has animation when animationMode config is set to none #9755

Open nnaydenow opened 2 weeks ago

nnaydenow commented 2 weeks ago

Bug Description

Page animation are still displayed even if animationMode configuration is set to none

https://sap.github.io/ui5-webcomponents/nightly/packages/fiori/test/pages/Page.html?sap-ui-animationMode=none

https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/ProgressIndicator.html?sap-ui-animationMode=none

Affected Component

No response

Expected Behaviour

I would expect animation to not exist

Isolated Example

No response

Steps to Reproduce

1. 2. 3. ...

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

nightly

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

elenastoyanovaa commented 2 weeks ago

Hello @SAP/ui5-webcomponents-topic-rl ,

The issue is reproducible with the sample provided. The animation is applied in the Page.css file.

Kind Regards, Elena