PrimeReactProvider: cssTransition false does not disable animations globally #7395
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Describe the bug
When setting
cssTransition
tofalse
inPrimeReactProvider
, animations are not disabled globally:Setting
transitionOptions={{ disabled: true }}
on the Component itself works though.Reproducer
https://stackblitz.com/edit/cc98j5-u72fsi?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
<PrimeReactProvider value={{ cssTransition: false }}>
Expected behavior
Disabled animations on a global level
The text was updated successfully, but these errors were encountered: