Compare commits

...
Author SHA1 Message Date
Ulises M 507d8e02d6 Improve avatar animation 2024-01-17 18:43:06 -06:00
@@ -35,11 +35,10 @@
(defn avatar-container (defn avatar-container
[theme scale-animation top-margin-animation side-margin-animation] [theme scale-animation top-margin-animation side-margin-animation]
[{:transform [{:scale scale-animation}] [{:transform [{:translate-x side-margin-animation}
:margin-top top-margin-animation {:translate-y top-margin-animation}
:margin-left side-margin-animation {:scale scale-animation}]}
:margin-bottom side-margin-animation} {:align-items :flex-start
{:align-items :flex-start :border-width 4
:border-width 4 :border-color (colors/theme-colors colors/border-avatar-light colors/neutral-80-opa-80 theme)
:border-color (colors/theme-colors colors/border-avatar-light colors/neutral-80-opa-80 theme) :border-radius 100}])
:border-radius 100}])