mirror of https://github.com/penpot/penpot.git
🐛 Add missing fields to schema:dissolve-animation
This commit is contained in:
parent
5148998e36
commit
4f10fa2072
|
|
@ -75,7 +75,10 @@
|
|||
[:map {:title "AnimationDisolve"}
|
||||
[:animation-type [:= :dissolve]]
|
||||
[:duration ::sm/safe-int]
|
||||
[:easing [::sm/one-of easing-types]]])
|
||||
[:easing [::sm/one-of easing-types]]
|
||||
[:way {:optional true} [::sm/one-of way-types]]
|
||||
[:offset-effect :boolean]
|
||||
[:direction {:optional true} [::sm/one-of direction-types]]])
|
||||
|
||||
(def schema:slide-animation
|
||||
[:map {:title "AnimationSlide"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue