You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native-reanimated/src/hook/useAnimatedStyle.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,9 @@ function runAnimations(
162
162
/*
163
163
* If `animation.current` is a boxShadow object, spread its properties into a new object
164
164
* to avoid modifying the original reference. This ensures when `newValues` has a nested color prop, it stays unparsed
165
-
* in rgba format, allowing the animation to run correctly.
165
+
* in rgba format, allowing the animation to run correctly. Additionally we need to check if user animated the whole boxShadow object or only one of its properties.
0 commit comments