File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 189
189
:icon " divide"
190
190
:action [:element/bool-operation :divide ]}])
191
191
192
+ (defn animate-submenu
193
+ []
194
+ [{:key :animate
195
+ :label " Animate"
196
+ :action [:element/animate :animate {}]}
197
+ {:key :animate-transform
198
+ :label " Animate Transform"
199
+ :action [:element/animate :animateTransform {}]}
200
+ {:key :animate-motion
201
+ :label " Animate Motion"
202
+ :action [:element/animate :animateMotion {}]}])
203
+
192
204
(defn path-submenu
193
205
[]
194
206
[{:key :simplify
250
262
:label " Align"
251
263
:type :sub-menu
252
264
:items (align-submenu )}
253
- {:key :divider-4
254
- :type :separator }
265
+ {:key :boolean
266
+ :label " Animate"
267
+ :type :sub-menu
268
+ :items (animate-submenu )}
255
269
{:key :boolean
256
270
:label " Boolean operation"
257
271
:type :sub-menu
258
272
:items (boolean-submenu )}
259
- {:key :divider-5
273
+ {:key :divider-4
260
274
:type :separator }
261
275
{:key :raise
262
276
:label " Raise"
274
288
:label " Lower to bottom"
275
289
:icon " send-back"
276
290
:action [:element/lower-to-bottom ]}
277
- {:key :divider-6
291
+ {:key :divider-5
278
292
:type :separator }
279
293
{:key :image
280
294
:type :sub-menu
You can’t perform that action at this time.
0 commit comments