when I want to change borderRadius during the crossfade effect if I add a unit e.g. borderRadius : "20px" or borderRadius : "20%" , it doesn't work properly as I expected. Thus I was forced to omit the unit e.g. borderRadius : 20.
Is it a bug or it's normal for you?
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
ArianHamdi commentedJan 9, 2022
1. Read the FAQs👇
2. Describe the bug
when I want to change
borderRadius
during the crossfade effect if I add a unit e.g.borderRadius : "20px"
orborderRadius : "20%"
, it doesn't work properly as I expected. Thus I was forced to omit the unit e.g.borderRadius : 20
.Is it a bug or it's normal for you?
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/s/objective-fermat-t4hq0?file=/src/App.js
4. Steps to reproduce
The text was updated successfully, but these errors were encountered: