Commit 98028b0
authored
CSS SVGLinearGradient support (#8917)
## Summary
PR adds SVG LinearGradient CSS Property which enables animation of SVG
Linear Gradients.
## Test plan
You can play with prepared examples:
Run fabric-example -> CSS -> Animated Properties -> SVG Properties ->
LinearGradient
Requires: #88711 parent df89d77 commit 98028b0
File tree
8 files changed
+632
-2
lines changed- apps/common-app/src/apps/css/examples/animations
- routes/properties
- screens/animatedProperties/svg
- packages/react-native-reanimated
- Common/cpp/reanimated/CSS
- src
- createAnimatedComponent
- css/svg
- native/configs
8 files changed
+632
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments