Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
at main 10 lines 243 B view raw
1export const accountsList = { 2 hidden: { opacity: 0, y: 10 }, 3 visible: { 4 opacity: 1, 5 transition: { duration: 0.3, ease: [0.42, 0, 0.58, 1] as const }, 6 y: 0 7 } 8}; 9 10export const EXPANSION_EASE = [0.075, 0.82, 0.165, 1] as const;