Skip to content

Commit 98028b0

Browse files
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: #8871
1 parent df89d77 commit 98028b0

File tree

8 files changed

+632
-2
lines changed

8 files changed

+632
-2
lines changed

apps/common-app/src/apps/css/examples/animations/routes/properties/svg.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export const svgPropertiesRoutes = {
2222
name: 'Line',
2323
Component: svgAnimatedProperties.Line,
2424
},
25+
LinearGradient: {
26+
name: 'LinearGradient',
27+
Component: svgAnimatedProperties.LinearGradient,
28+
},
2529
Path: {
2630
name: 'Path',
2731
Component: svgAnimatedProperties.Path,

0 commit comments

Comments
 (0)