Enhance modal of convert graphics into components

This commit is contained in:
Andrés Moya 2022-11-16 14:21:45 +01:00 committed by Andrey Antukh
parent 879c477ada
commit cc60cfc86d
6 changed files with 191 additions and 16 deletions

View file

@ -596,6 +596,10 @@
[]
(.back (.-history js/window)))
(defn reload-current-window
[]
(.reload (.-location js/window)))
(defn animate!
([item keyframes duration] (animate! item keyframes duration nil))
([item keyframes duration onfinish]