VictoryPie radius prop event mutations are not animated #2103
brendanmckeown
started this conversation in
General
Replies: 2 comments
-
I can confirm the issue, is there any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Apologies for the delay. None of the event system mutations animate anywhere in Victory. In order to support this change, we would need to move the "level" of the animation from components like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bugs and Questions
Checklist
This is not a
victory-native
specific issue. (Issues that only appear invictory-native
should be opened here)I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
When the
radius
prop for aVictoryPie
is mutated using the standard single component events, the mutations are not animated, even if theanimate
prop is defined on the component.Reproduction
See https://codesandbox.io/s/old-moon-um2u3?file=/index.js for an example.
Beta Was this translation helpful? Give feedback.
All reactions