This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-20
Channels
- # announcements (4)
- # babashka (10)
- # beginners (8)
- # calva (13)
- # cherry (20)
- # cider (9)
- # clojure (11)
- # clojure-austin (2)
- # clojure-europe (3)
- # clojure-norway (3)
- # clojurescript (1)
- # datomic (5)
- # dev-tooling (9)
- # fulcro (5)
- # hyperfiddle (5)
- # instaparse (1)
- # lingy (1)
- # malli (21)
- # matrix (1)
- # missionary (9)
- # off-topic (12)
- # releases (2)
- # ring-swagger (8)
- # scittle (9)
- # shadow-cljs (20)
Are you going to propos a talk on Electric at the Heart of Clojure conference?
👀 4
Has anyone done things with CSS animations in electric? Any examples? I know from react that animating things moving on and off of the dom can be a pain
It depends what you are doing. Without knowing context. You can add the css class for entry when you add the element and when you are to remove it add the exit and delay the removal of the element with a js timeout.