UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

19 lines (16 loc) 303 B
export default (theme) => { return { root: { display: 'inline-block', opacity: 1, transition: `opacity ${theme.animTime}ms ease-out`, '&$exiting, &$exited': { opacity: 0, }, }, entering: {}, entered: {}, exiting: {}, exited: {}, }; };