Skip to content

Commit 94d64a5

Browse files
committed
add animation icons
1 parent a0540b2 commit 94d64a5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/renderer/element/impl/animation/animate.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
(defmethod hierarchy/properties :animate
99
[]
10-
{:description "The SVG <animate> element provides a way to animate an
10+
{:icon "animation"
11+
:description "The SVG <animate> element provides a way to animate an
1112
attribute of an element over time."
1213
:attrs [:href
1314
:attributeName

src/renderer/element/impl/animation/animate_motion.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
(defmethod hierarchy/properties :animateMotion
99
[]
10-
{:description "The SVG <animateMotion> element let define how an element
10+
{:icon "animation"
11+
:description "The SVG <animateMotion> element let define how an element
1112
moves along a motion path."
1213
:attrs [:keyPoints
1314
:path

src/renderer/element/impl/animation/animate_transform.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
(defmethod hierarchy/properties :animateTransform
99
[]
10-
{:description "The animateTransform element animates a transformation
10+
{:icon "animation"
11+
:description "The animateTransform element animates a transformation
1112
attribute on its target element, thereby allowing animations
1213
to control translation, scaling, rotation, and/or skewing."
1314
:attrs [:type

0 commit comments

Comments
 (0)