Open michael-motornyi opened 1 year ago
I want to animate filter values with react-spring.
const MyFilter = withFilters({ someFilter: SomeFilter }); const animatedValues = useSpring({ from: { filterValue: 0 }, to: { filterValue: 0 }, }); <Spring> <MyFilter {...animatedValues}>{...}</MyFilter> </Spring>
But seems like it is not supported now.
Description
I want to animate filter values with react-spring.
But seems like it is not supported now.