Makes appear logic work right
This commit is contained in:
@@ -18,3 +18,9 @@
|
||||
|
||||
(defn triggers [& triggers]
|
||||
(str/join ", " triggers))
|
||||
|
||||
(defn alpine-appear [m]
|
||||
(assoc m
|
||||
"x-transition:enter" "transition duration-500"
|
||||
"x-transition:enter-start" "opacity-0"
|
||||
"x-transition:enter-end" "opacity-100"))
|
||||
|
||||
Reference in New Issue
Block a user