atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

linear transition

Juliet c7b58b53 893336b0

+1 -1
+1 -1
src/components/modal.tsx
··· 56 56 }} 57 57 > 58 58 <div 59 - class={`transition-all ease-in starting:scale-95 starting:opacity-0 ${props.contentClass ?? ""}`} 59 + class={`transition-all starting:scale-95 starting:opacity-0 ${props.contentClass ?? ""}`} 60 60 > 61 61 {props.children} 62 62 </div>